Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.h289 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
Dmessage_loop.cc567 DCHECK(!thread_name_.empty()); in StartHistogrammer()
569 "MsgLoop:" + thread_name_, in StartHistogrammer()
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc47 thread_name_(thread_name) {} in ProcessThreadImpl()
79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
Dprocess_thread_impl.h80 const char* thread_name_; variable
/external/libchrome/base/
Dtracked_objects.h514 const std::string& thread_name() const { return thread_name_; } in thread_name()
693 std::string thread_name_; variable
Dtracked_objects.cc327 thread_name_ = suggested_name; in ThreadData()
338 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number); in ThreadData()