Searched refs:workq (Results 1 – 2 of 2) sorted by relevance
48 workq = new WorkQueue; in CmdProcessWork()53 workq->StartWork(true); in CmdProcessWork()62 workq->StopWork(); in ~CmdProcessWork()63 delete workq; in ~CmdProcessWork()84 workq->ScheduleWork(this); in PushCmdQueue()
67 WorkQueue *workq; variable