Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler_readyq.h72 typedef PVActiveBase* TOsclReady; typedef
77 static int compare(TOsclReady& a, TOsclReady& b) ;
82 static int compare(TOsclReady& a, TOsclReady& b) ;
93 …: public OsclPriorityQueue<TOsclReady, OsclReadyAlloc, Oscl_Vector<TOsclReady, OsclReadyAlloc>, Os…
100 void Remove(TOsclReady);
102 bool IsIn(TOsclReady);
109 TOsclReady PopTop();
110 TOsclReady Top();
112 TOsclReady WaitAndPopTop();
113 TOsclReady WaitAndPopTop(uint32);
[all …]
Doscl_scheduler_readyq.cpp53 int OsclTimerCompare::compare(TOsclReady& a, TOsclReady& b) in compare()
68 int OsclReadyCompare::compare(TOsclReady& a, TOsclReady& b) in compare()
154 bool OsclReadyQ::IsIn(TOsclReady b) in IsIn()
217 void OsclReadyQ::Remove(TOsclReady a) in Remove()
365 bool OsclTimerQ::IsIn(TOsclReady b) in IsIn()
387 void OsclTimerQ::Pop(TOsclReady b) in Pop()
394 void OsclTimerQ::Remove(TOsclReady a) in Remove()
400 void OsclTimerQ::Add(TOsclReady b) in Add()