Searched refs:WorkerThread (Results 1 – 9 of 9) sorted by relevance
13 WorkerThread::WorkerThread(TaskQueue* queue) in WorkerThread() function in v8::platform::WorkerThread19 WorkerThread::~WorkerThread() { in ~WorkerThread()24 void WorkerThread::Run() { in Run()
19 class WorkerThread : public base::Thread {21 explicit WorkerThread(TaskQueue* queue);22 virtual ~WorkerThread();32 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
40 WorkerThread thread1(&queue); in TEST()41 WorkerThread thread2(&queue); in TEST()
22 class WorkerThread; variable47 std::vector<WorkerThread*> thread_pool_;
43 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin(); in ~DefaultPlatform()76 thread_pool_.push_back(new WorkerThread(&queue_)); in EnsureInitialized()
152 static void *WorkerThread(void *arg) { in WorkerThread() function165 PTHREAD_CREATE(&t, 0, WorkerThread, 0); in TEST()
125 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, in WorkerThread() function158 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()
1201 class WorkerThread extends Thread { in TestMultithreaded() class1202 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread1222 threads[i] = new WorkerThread(i); in TestMultithreaded()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...