Searched refs:thread_name_ (Results 1 – 5 of 5) sorted by relevance
232 DCHECK(thread_name_.empty()) << "Should not rename this thread!"; in set_thread_name()233 thread_name_ = thread_name; in set_thread_name()235 const std::string& thread_name() const { return thread_name_; } in thread_name()474 std::string thread_name_; variable
542 DCHECK(!thread_name_.empty()); in StartHistogrammer()544 "MsgLoop:" + thread_name_, in StartHistogrammer()
74 std::string thread_name() const { return thread_name_; } in thread_name()161 const std::string thread_name_; variable
24 thread_name_(thread_name), in ThreadWatcher()172 "ThreadWatcher.ResponseTime." + thread_name_; in Initialize()
4351 if (thread_name_.length() > 0) { in ThreadName()4353 res += thread_name_; in ThreadName()4410 thread_name_ = string(name); in set_thread_name()5190 string thread_name_; member