Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/os/
Dos_BlockingQueue.h293 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
480 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
Dos_InterCoreBlockingQueue.h284 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront() function
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreBlockingQueue.cpp260 bool InterCoreBlockingQueueBase<Locker>::TryGetFront(uptr* pOut) const in TryGetFront() function in nn::os::detail::InterCoreBlockingQueueBase
Dos_BlockingQueue.cpp254 bool BlockingQueueBase<Locker>::TryGetFront(uptr* pOut) const in TryGetFront() function in nn::os::detail::BlockingQueueBase