Home
last modified time | relevance | path

Searched refs:thread_name_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc48 : thread_name_(thread_name), in MessageLoopThread()
135 std::string MessageLoopThread::GetName() const { return thread_name_; } in GetName()
139 return base::StringPrintf("%s(%d)", thread_name_.c_str(), thread_id_); in ToString()
189 log::info("message loop starting for thread {}", thread_name_); in Run()
190 base::PlatformThread::SetName(thread_name_); in Run()
209 log::info("message loop finished for thread {}", thread_name_); in Run()
Dmessage_loop_thread.h203 const std::string thread_name_; variable