Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h143 friend class WorkStealingWorker; variable
161 friend class WorkStealingWorker; variable
196 friend class WorkStealingWorker; variable
Dthread_pool.cc204 WorkStealingWorker::WorkStealingWorker(ThreadPool* thread_pool, const std::string& name, in WorkStealingWorker() function in art::WorkStealingWorker