Searched refs:thd_name_ (Results 1 – 2 of 2) sorted by relevance
36 thd_name_, index_, gpr_timespec_to_micros(stats_.sleep_time)); in Run()61 threads_[i] = new ThreadPoolWorker(thd_name_, queue_, thread_options_, i); in SharedThreadPoolConstructor()80 thd_name_ = "ThreadPoolWorker"; in ThreadPool()87 : num_threads_(num_threads), thd_name_(thd_name) { in ThreadPool()96 thd_name_(thd_name), in ThreadPool()136 const char* ThreadPool::thread_name() const { return thd_name_; } in thread_name()
67 : queue_(queue), thd_name_(thd_name), index_(index) { in ThreadPoolWorker()90 const char* thd_name_; // Name of thread variable132 const char* thd_name_ = nullptr; variable