Searched refs:thread_name_ (Results 1 – 3 of 3) sorted by relevance
39 : thread_name_(thread_name), in MessageLoopThread()164 return thread_name_; in GetName()169 return base::StringPrintf("%s(%d)", thread_name_.c_str(), thread_id_); in ToString()225 << thread_name_; in Run()226 base::PlatformThread::SetName(thread_name_); in Run()246 << thread_name_; in Run()
191 const std::string thread_name_; variable
39 : thread_name_(thread_name), in MessageLoopThread()163 std::string MessageLoopThread::GetName() const { return thread_name_; } in GetName()167 return base::StringPrintf("%s(%d)", thread_name_.c_str(), thread_id_); in ToString()223 << thread_name_; in Run()224 base::PlatformThread::SetName(thread_name_); in Run()244 << thread_name_; in Run()