Searched defs:WorkerThread (Results 1 – 10 of 10) sorted by relevance
13 WorkerThread::WorkerThread(TaskQueue* queue) in WorkerThread() function in v8::platform::WorkerThread
23 class WorkerThread; variable
63 class WorkerThread : public PlatformThread::Delegate { class65 WorkerThread(const std::string& name_prefix, in WorkerThread() function in base::__anon1b5ad2220111::WorkerThread
53 class WorkerThread: public Thread class112 WorkerThread::WorkerThread (ThreadPool::Data* data): in WorkerThread() function in IlmThread::WorkerThread
1213 class WorkerThread extends Thread { in TestMultithreaded() class1214 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
1209 class WorkerThread extends Thread { in TestMultithreaded() class1210 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
152 static void *WorkerThread(void *arg) { in WorkerThread() function
249 explicit WorkerThread(Worker* worker) in WorkerThread() function
162 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, in WorkerThread() function
1658 class WorkerThread(threading.Thread): class