Searched refs:WorkerThread (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/libplatform/
H A Dworker-thread.cc13 WorkerThread::WorkerThread(TaskQueue* queue) function in class:v8::platform::WorkerThread
14 : Thread(Options("V8 WorkerThread")), queue_(queue) {
19 WorkerThread::~WorkerThread() {
24 void WorkerThread::Run() {
H A Dworker-thread.h19 class WorkerThread : public base::Thread { class in namespace:v8::platform
21 explicit WorkerThread(TaskQueue* queue);
22 virtual ~WorkerThread();
32 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
H A Dworker-thread-unittest.cc40 WorkerThread thread1(&queue);
41 WorkerThread thread2(&queue);
H A Ddefault-platform.h22 class WorkerThread;
47 std::vector<WorkerThread*> thread_pool_;
H A Ddefault-platform.cc43 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin();
76 thread_pool_.push_back(new WorkerThread(&queue_));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc152 static void *WorkerThread(void *arg) { function in namespace:__sanitizer
165 PTHREAD_CREATE(&t, 0, WorkerThread, 0);
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp125 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, function in namespace:fuzzer
158 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1201 class WorkerThread extends Thread {
1202 WorkerThread(int num) {
1222 threads[i] = new WorkerThread(i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2202 milliseconds