Searched defs:WorkQueue (Results 1 – 3 of 3) sorted by relevance
62 class WorkQueue : public PlatformThread::Delegate { class474 WorkQueue::WorkQueue(int thread_count) in WorkQueue() function in base::__anon107bab180111::WorkQueue
64 class WorkQueue : public PlatformThread::Delegate { class492 WorkQueue::WorkQueue(int thread_count) in WorkQueue() function in base::__anond952175f0111::WorkQueue
155 WorkQueue(TestRunner* controller) : m_frozen(false), m_controller(controller) { } in WorkQueue() function