Home
last modified time | relevance | path

Searched refs:GetFront (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_BlockingQueue.h60 uptr GetFront() const;
282 uptr GetFront() const { return Base::GetFront(); } in GetFront() function
473 uptr GetFront() const { return Base::GetFront(); } in GetFront() function
661 uptr GetFront() const { return Base::GetFront(); } in GetFront() function
/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_XmlOutput.cpp162 for(Attribute* pAttr = m_Attributes.GetFront(); in PrintBeginTag()
205 for(Node* pNode = m_Children.GetFront(); in Print()
228 for(Node* pNode = m_Children.GetFront(); in GetSpecificChildrenNum()
276 for(Node* pResult = m_Results.GetFront(); in OnFinished()
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_LinkedList.h116 T* GetFront() const;
282 inline T* IntrusiveLinkedList<T, Tag>::GetFront() const in GetFront() function
303 if (T* ret = GetFront()) in PopFront()
337 if (p == this->GetFront()) in GetPrevious()
Dfnd_BufferManager.h163 if (Entry* p = m_CacheList.GetFront()) in UnregisterOldest()
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_AddressSpaceManager.cpp73 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate()
167 MemoryBlockBase* pItem = m_BlockList.GetFront(); in Dump()
Dos_BlockingQueue.cpp273 uptr BlockingQueueBase<Locker>::GetFront() const in GetFront() function in nn::os::detail::BlockingQueueBase
374 return pBlockingQueue->GetFront(); in nnosBlockingQueueGetFront()
444 return pBlockingQueue->GetFront(); in nnosSafeBlockingQueueGetFront()
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_HeapBase.cpp81 …for (HeapBase* child = heap->m_Children.GetFront(); child; child = heap->m_Children.GetNext(child)) in FindHeap()
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_SessionPool.h173 for(SessionItem* pSessionItem = m_listActive.GetFront(); in Finalize()
296 SessionItem* pSessionItem = m_listFree.GetFront(); in AddNewSession()
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_IpcDispatcher.h339 Worker* pWorker = m_activeList.GetFront(); in DestructWorkerList()