Home
last modified time | relevance | path

Searched defs:TryGetFront (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_BlockingQueue.h294 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
485 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
673 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_BlockingQueue.cpp255 bool BlockingQueueBase<Locker>::TryGetFront(uptr* pOut) const in TryGetFront() function in nn::os::detail::BlockingQueueBase