Home
last modified time | relevance | path

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

/external/chromium/base/
Dmessage_loop.h232 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
Dmessage_loop.cc542 DCHECK(!thread_name_.empty()); in StartHistogrammer()
544 "MsgLoop:" + thread_name_, in StartHistogrammer()
/external/chromium/chrome/browser/metrics/
Dthread_watcher.h74 std::string thread_name() const { return thread_name_; } in thread_name()
161 const std::string thread_name_; variable
Dthread_watcher.cc24 thread_name_(thread_name), in ThreadWatcher()
172 "ThreadWatcher.ResponseTime." + thread_name_; in Initialize()
/external/valgrind/tsan/
Dthread_sanitizer.cc4351 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