Searched refs:WorkerThread (Results 1 - 16 of 16) 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.h21 class V8_PLATFORM_EXPORT WorkerThread : public NON_EXPORTED_BASE(base::Thread) { class in namespace:v8::platform
23 explicit WorkerThread(TaskQueue* queue);
24 virtual ~WorkerThread();
34 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
H A Ddefault-platform.h27 class WorkerThread;
81 std::vector<WorkerThread*> thread_pool_;
H A Ddefault-platform.cc92 thread_pool_.push_back(new WorkerThread(&queue_));
/external/libchrome/base/threading/
H A Dworker_pool_posix.cc63 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon10077
65 WorkerThread(const std::string& name_prefix, function in class:base::__anon10077::WorkerThread
75 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
78 void WorkerThread::ThreadMain() {
89 TRACE_TASK_EXECUTION("WorkerThread::ThreadMain::Run", pending_task);
100 // The WorkerThread is non-joinable, so it deletes itself.
159 // The new PlatformThread will take ownership of the WorkerThread object,
161 WorkerThread* worker = new WorkerThread(name_prefix_, this);
/external/stressapptest/src/
H A Dworker.h202 class WorkerThread { class
210 WorkerThread();
211 virtual ~WorkerThread();
237 // Starts per-WorkerThread timer.
246 // Stops per-WorkerThread timer and records thread run duration.
404 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
408 class FileThread : public WorkerThread {
491 class NetworkThread : public WorkerThread {
557 class CopyThread : public WorkerThread {
570 class InvertThread : public WorkerThread {
[all...]
H A Dworker.cc124 WorkerThread *worker = static_cast<WorkerThread*>(ptr);
228 WorkerThread::WorkerThread() { function in class:WorkerThread
239 WorkerThread::~WorkerThread() {}
280 void WorkerThread::InitThread(int thread_num_init,
302 bool WorkerThread::InitPriority() {
334 int WorkerThread::SpawnThread() {
352 bool WorkerThread
[all...]
H A Dsat.h278 typedef vector<WorkerThread*> WorkerVector;
H A Dsat.cc1266 thread->SetPriority(WorkerThread::High);
/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.cpp199 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, function in namespace:fuzzer
232 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
/external/v8/src/
H A Dd8.h237 class WorkerThread : public base::Thread { class in class:v8::Worker
239 explicit WorkerThread(Worker* worker) function in class:v8::Worker::WorkerThread
240 : base::Thread(base::Thread::Options("WorkerThread")),
H A Dd8.cc2148 thread_ = new WorkerThread(this);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1215 class WorkerThread extends Thread {
1216 WorkerThread(int num) {
1236 threads[i] = new WorkerThread(i);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1214 class WorkerThread extends Thread {
1215 WorkerThread(int num) {
1235 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 496 milliseconds