Searched defs:WorkerThread (Results 1 - 11 of 11) 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);
/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/libchrome/base/threading/
H A Dworker_pool_posix.cc63 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon9337
65 WorkerThread(const std::string& name_prefix, function in class:base::__anon9337::WorkerThread
75 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
78 void WorkerThread::ThreadMain() {
89 TRACE_EVENT2("toplevel", "WorkerThread::ThreadMain::Run",
102 // The WorkerThread is non-joinable, so it deletes itself.
162 // The new PlatformThread will take ownership of the WorkerThread object,
164 WorkerThread* worker = new WorkerThread(name_prefix_, this);
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp162 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, function in namespace:fuzzer
195 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
/external/opencv3/3rdparty/openexr/IlmThread/
H A DIlmThreadPool.cpp53 class WorkerThread: public Thread class in namespace:IlmThread::__anon15448
57 WorkerThread (ThreadPool::Data* data);
99 list<WorkerThread*> threads; // the list of all threads
109 // class WorkerThread
112 WorkerThread::WorkerThread (ThreadPool::Data* data): function in class:IlmThread::WorkerThread
120 WorkerThread::run ()
254 for (list<WorkerThread*>::iterator i = threads.begin();
369 _data->threads.push_back (new WorkerThread (_data));
388 _data->threads.push_back (new WorkerThread (_dat
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcommand.py1055 # recreate it later in the WorkerThread. This is not a problem since any
1101 exception_handler: Exception handler for WorkerThread class.
1206 # Create a WorkerThread to handle all of the logic needed to actually call
1209 worker_thread = WorkerThread(None, False)
1433 # a task is completed by a WorkerThread.
1457 # No tasks remain; don't block the semaphore on WorkerThread completion.
1647 worker_thread = WorkerThread(
1658 class WorkerThread(threading.Thread): class in inherits:threading.Thread
1685 super(WorkerThread, self).__init__()
/external/v8/src/
H A Dd8.h247 class WorkerThread : public base::Thread { class in class:v8::Worker
249 explicit WorkerThread(Worker* worker) function in class:v8::Worker::WorkerThread
250 : base::Thread(base::Thread::Options("WorkerThread")),
/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 ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 960 milliseconds