Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_LinkedList.h109 void PushFront(T* p);
263 inline void IntrusiveLinkedList<T, Tag>::PushFront(T* p) in PushFront() function
373 PushFront(inserted); in Insert()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp293 LightAlarm::s_System->list.PushFront( &m_LightAlarm ); in Cancel()