Searched refs:thread_name_ (Results 1 – 6 of 6) sorted by relevance
289 DCHECK(thread_name_.empty()) << "Should not rename this thread!"; in set_thread_name()290 thread_name_ = thread_name; in set_thread_name()292 const std::string& thread_name() const { return thread_name_; } in thread_name()520 std::string thread_name_; variable
567 DCHECK(!thread_name_.empty()); in StartHistogrammer()569 "MsgLoop:" + thread_name_, in StartHistogrammer()
47 thread_name_(thread_name) {} in ProcessThreadImpl()79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
80 const char* thread_name_; variable
514 const std::string& thread_name() const { return thread_name_; } in thread_name()693 std::string thread_name_; variable
327 thread_name_ = suggested_name; in ThreadData()338 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number); in ThreadData()