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

/art/runtime/
H A Dthread_pool.cc93 const std::string worker_name = StringPrintf("%s worker thread %zu", name_.c_str(), local
95 threads_.push_back(new ThreadPoolWorker(this, worker_name, ThreadPoolWorker::kDefaultStackSize));
284 const std::string worker_name = StringPrintf("Work stealing worker %zu", GetThreadCount()); local
285 threads_.push_back(new WorkStealingWorker(this, worker_name,

Completed in 69 milliseconds