Searched refs:thread_name_ (Results 1 – 4 of 4) sorted by relevance
42 : env_(env), thread_name_(thread_name) {} in UnboundedThreadPool()64 const string thread_name_; variable
72 LOG(ERROR) << "UnboundedThreadPool named \"" << thread_name_ << "\" was " in ~UnboundedThreadPool()119 {}, thread_name_, in RunOnPooledThread()
47 thread_name_(thread_name) {} in ProcessThreadImpl()79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
80 const char* thread_name_; variable