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

/art/runtime/
H A Dthread_pool.cc33 const char* reason = "new thread pool worker thread";
42 CHECK_PTHREAD_CALL(pthread_join, (pthread_, NULL), "thread pool worker shutdown");
56 ThreadPoolWorker* worker = reinterpret_cast<ThreadPoolWorker*>(arg); local
58 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, NULL, false));
60 worker->Run();
88 const std::string name = StringPrintf("Thread pool worker %zu", GetThreadCount());
134 // <= since self is considered an active worker.
156 // We are shutting down, return NULL to tell the worker thread to stop looping.
278 const std::string name = StringPrintf("Work stealing worker %zu", GetThreadCount());
292 WorkStealingWorker* worker local
[all...]

Completed in 116 milliseconds