Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_BlockingQueue.h295 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
484 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_BlockingQueue.cpp254 bool BlockingQueueBase<Locker>::TryGetFront(uptr* pOut) const in TryGetFront() function in nn::os::detail::BlockingQueueBase