Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc93 const std::string worker_name = StringPrintf("%s worker thread %zu", name_.c_str(), in ThreadPool() local
284 const std::string worker_name = StringPrintf("Work stealing worker %zu", GetThreadCount()); in WorkStealingThreadPool() local