Searched refs:iStopper (Results 1 – 2 of 2) sorted by relevance
295 if (iStopper) in ~OsclExecSchedulerCommonBase()297 iStopper->~PVSchedulerStopper(); in ~OsclExecSchedulerCommonBase()298 iAlloc->deallocate(iStopper); in ~OsclExecSchedulerCommonBase()330 iStopper = new(ptr) PVSchedulerStopper; in ConstructL()448 bool val = (iStopper->IsAdded()) ? true : false; in IsStarted()475 iStopper->AddToScheduler(); in BeginScheduling()476 iStopper->PendForExec(); in BeginScheduling()498 iStopper->RemoveFromScheduler(); in EndScheduling()831 if (iStopper->iStatus != OSCL_REQUEST_PENDING) in StopScheduler()839 iStopper->PendComplete(STOPPER_REQUEST_STOP_NATIVE); in StopScheduler()[all …]
230 PVSchedulerStopper *iStopper; variable