Home
last modified time | relevance | path

Searched defs:WorkStealingWorker (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_pool.h130 friend class WorkStealingWorker; variable
148 friend class WorkStealingWorker; variable
183 friend class WorkStealingWorker; variable
Dthread_pool.cc202 WorkStealingWorker::WorkStealingWorker(ThreadPool* thread_pool, const std::string& name, in WorkStealingWorker() function in art::WorkStealingWorker