Home
last modified time | relevance | path

Searched refs:iPVActiveStats (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler_ao.cpp41 iPVActiveStats = NULL; in PVActiveBase()
81 iPVActiveBase->iPVActiveStats = NULL; in ~PVActiveStats()
107 if (!iPVActiveStats) in AddToScheduler()
111iPVActiveStats = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(iThreadContext.iScheduler, (char*)iName.Str… in AddToScheduler()
112 iThreadContext.iScheduler->iPVStatQ.InsertTail(*iPVActiveStats); in AddToScheduler()
136 if (iPVActiveStats) in RemoveFromScheduler()
138 iPVActiveStats->iPVActiveBase = NULL; in RemoveFromScheduler()
142 iPVActiveStats = NULL; in RemoveFromScheduler()
198 iPVActiveStats->iNumCancel++; in Cancel()
Doscl_scheduler_aobase.h154 PVActiveStats *iPVActiveStats; variable
Doscl_scheduler.cpp1224 iPVStats = pvactive->iPVActiveStats;//save value now since it may change in the Run call. in CallRunExec()