Searched defs:WorkerThread (Results 1 – 11 of 11) sorted by relevance
13 WorkerThread::WorkerThread(TaskQueue* queue) in WorkerThread() function in v8::platform::WorkerThread
24 class WorkerThread; variable
62 DefaultWorkerThreadsTaskRunner::WorkerThread::WorkerThread( in WorkerThread() function in v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread
58 struct WorkerThread { struct60 int count = 0;64 ThreadInitializer initializer;67 std::shared_ptr<Thread::Affinity::Policy> affinityPolicy;
1217 class WorkerThread extends Thread { in TestMultithreaded() class1218 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
1220 class WorkerThread extends Thread { in TestMultithreaded() class1221 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
395 class WorkerThread implements Runnable { in TestBug12873() class
392 class WorkerThread implements Runnable { in TestBug12873() class
186 STATIC VOID WorkerThread(cpu_workqueue_struct *cwqParam) in WorkerThread() function
203 static void WorkerThread(const std::string &Cmd, std::atomic<unsigned> *Counter, in WorkerThread() function
232 explicit WorkerThread(std::shared_ptr<Worker> worker) in WorkerThread() function