Home
last modified time | relevance | path

Searched refs:InsertTail (Results 1 – 5 of 5) sorted by relevance

/external/opencore/oscl/oscl/osclproc/src/
Doscl_double_list.h98 void InsertTail(OsclAny* aPtr);
117 OSCL_INLINE void InsertTail(T& aRef);
Doscl_double_list.inl32 OSCL_INLINE void OsclDoubleList<T>::InsertTail(T &aRef) function in OsclDoubleList
34 OsclDoubleListBase::InsertTail(&aRef);
Doscl_double_list.cpp120 void OsclDoubleListBase::InsertTail(OsclAny* aPtr) in InsertTail() function in OsclDoubleListBase
Doscl_scheduler_ao.cpp112 iThreadContext.iScheduler->iPVStatQ.InsertTail(*iPVActiveStats); in AddToScheduler()
Doscl_scheduler.cpp540 iPVStatQ.InsertTail(*iOtherExecStats[i]); in ConstructStatQ()