Home
last modified time | relevance | path

Searched refs:TryDequeue (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_BlockingQueue.h59 bool TryDequeue(uptr* pOut);
272 bool TryDequeue(uptr* pOut) { return Base::TryDequeue(pOut); } in TryDequeue() function
463 bool TryDequeue(uptr* pOut) { return Base::TryDequeue(pOut); } in TryDequeue() function
651 bool TryDequeue(uptr* pOut) { return Base::TryDequeue(pOut); } in TryDequeue() function
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_BlockingQueue.cpp213 bool BlockingQueueBase<Locker>::TryDequeue(uptr* pOut) in TryDequeue() function in nn::os::detail::BlockingQueueBase
242 if (TryDequeue(&data)) in Dequeue()
356 return pBlockingQueue->TryDequeue(pOut); in nnosBlockingQueueTryDequeue()
426 return pBlockingQueue->TryDequeue(pOut); in nnosSafeBlockingQueueTryDequeue()