Searched refs:worker_name (Results 1 – 1 of 1) sorted by relevance
123 const std::string worker_name = StringPrintf("%s worker thread %zu", name_.c_str(), in ThreadPool() local126 new ThreadPoolWorker(this, worker_name, ThreadPoolWorker::kDefaultStackSize)); in ThreadPool()