Searched refs:iPVActiveStats (Results 1 – 3 of 3) sorted by relevance
41 iPVActiveStats = NULL; in PVActiveBase()81 iPVActiveBase->iPVActiveStats = NULL; in ~PVActiveStats()107 if (!iPVActiveStats) in AddToScheduler()111 …iPVActiveStats = 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()
154 PVActiveStats *iPVActiveStats; variable
1224 iPVStats = pvactive->iPVActiveStats;//save value now since it may change in the Run call. in CallRunExec()