Lines Matching refs:uptr
46 void InterCoreBlockingQueueBase<Locker>::Initialize(uptr buffer[], size_t size) in Initialize()
60 nn::Result InterCoreBlockingQueueBase<Locker>::TryInitialize(uptr buffer[], size_t size) in TryInitialize()
104 bool InterCoreBlockingQueueBase<Locker>::TryEnqueue(uptr data) in TryEnqueue()
126 bool InterCoreBlockingQueueBase<Locker>::ForceEnqueue(uptr data, uptr* pOut) in ForceEnqueue()
154 void InterCoreBlockingQueueBase<Locker>::Enqueue(uptr data) in Enqueue()
174 bool InterCoreBlockingQueueBase<Locker>::TryJam(uptr data) in TryJam()
196 void InterCoreBlockingQueueBase<Locker>::Jam(uptr data) in Jam()
216 bool InterCoreBlockingQueueBase<Locker>::TryDequeue(uptr* pOut) in TryDequeue()
238 uptr InterCoreBlockingQueueBase<Locker>::Dequeue() in Dequeue()
243 uptr data; in Dequeue()
260 bool InterCoreBlockingQueueBase<Locker>::TryGetFront(uptr* pOut) const in TryGetFront()
278 uptr InterCoreBlockingQueueBase<Locker>::GetFront() const in GetFront()
283 uptr data; in GetFront()
312 void nnosInterCoreBlockingQueueInitialize(nnosInterCoreBlockingQueue* this_, uptr buffer[], size_t … in nnosInterCoreBlockingQueueInitialize()
319 bool nnosInterCoreBlockingQueueTryInitialize(nnosInterCoreBlockingQueue* this_, uptr buffer[], size… in nnosInterCoreBlockingQueueTryInitialize()
334 bool nnosInterCoreBlockingQueueTryEnqueue(nnosInterCoreBlockingQueue* this_, uptr data) in nnosInterCoreBlockingQueueTryEnqueue()
340 void nnosInterCoreBlockingQueueEnqueue(nnosInterCoreBlockingQueue* this_, uptr data) in nnosInterCoreBlockingQueueEnqueue()
346 bool nnosInterCoreBlockingQueueTryJam(nnosInterCoreBlockingQueue* this_, uptr data) in nnosInterCoreBlockingQueueTryJam()
352 void nnosInterCoreBlockingQueueJam(nnosInterCoreBlockingQueue* this_, uptr data) in nnosInterCoreBlockingQueueJam()
358 bool nnosInterCoreBlockingQueueTryDequeue(nnosInterCoreBlockingQueue* this_, uptr* pOut) in nnosInterCoreBlockingQueueTryDequeue()
364 uptr nnosInterCoreBlockingQueueDequeue(nnosInterCoreBlockingQueue* this_) in nnosInterCoreBlockingQueueDequeue()
370 bool nnosInterCoreBlockingQueueTryGetFront(nnosInterCoreBlockingQueue* this_, uptr* pOut) in nnosInterCoreBlockingQueueTryGetFront()
376 uptr nnosInterCoreBlockingQueueGetFront(nnosInterCoreBlockingQueue* this_) in nnosInterCoreBlockingQueueGetFront()