Searched refs:PVSchedulerStopper (Results 1 – 2 of 2) sorted by relevance
101 class PVSchedulerStopper; variable230 PVSchedulerStopper *iStopper;325 friend class PVSchedulerStopper; variable393 class PVSchedulerStopper: public OsclActiveObject396 PVSchedulerStopper();397 ~PVSchedulerStopper();
297 iStopper->~PVSchedulerStopper(); in ~OsclExecSchedulerCommonBase()328 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(PVSchedulerStopper)); in ConstructL()330 iStopper = new(ptr) PVSchedulerStopper; in ConstructL()1390 PVSchedulerStopper::PVSchedulerStopper() in PVSchedulerStopper() function in PVSchedulerStopper1395 PVSchedulerStopper::~PVSchedulerStopper() in ~PVSchedulerStopper()1399 void PVSchedulerStopper::Run() in Run()