HomeSort by relevance Sort by last modified time
    Searched full:thread_name_ (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 80 const char* thread_name_; member in class:webrtc::ProcessThreadImpl
process_thread_impl.cc 47 thread_name_(thread_name) {}
79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_));
  /external/libchrome/base/message_loop/
message_loop.h 289 DCHECK(thread_name_.empty()) << "Should not rename this thread!";
290 thread_name_ = thread_name;
292 const std::string& thread_name() const { return thread_name_; }
520 std::string thread_name_; member in class:base::MessageLoop
message_loop.cc 567 DCHECK(!thread_name_.empty());
569 "MsgLoop:" + thread_name_,
  /external/libchrome/base/
tracked_objects.cc 327 thread_name_ = suggested_name;
338 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number);
    [all...]
tracked_objects.h 514 const std::string& thread_name() const { return thread_name_; }
693 std::string thread_name_; member in class:tracked_objects::ThreadData
    [all...]
  /external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test.arm 

Completed in 1033 milliseconds