HomeSort by relevance Sort by last modified time
    Searched refs:kThreadName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/base/
auto_thread_unittest.cc 19 const char kThreadName[] = "Test thread";
101 AutoThread::Create(kThreadName, main_task_runner_);
111 AutoThread::Create(kThreadName, main_task_runner_);
127 AutoThread::Create(kThreadName, main_task_runner_);
130 AutoThread::Create(kThreadName, main_task_runner_);
148 AutoThread::CreateWithLoopAndComInitTypes(kThreadName,
174 AutoThread::CreateWithLoopAndComInitTypes(kThreadName,
  /device/asus/fugu/libaudio/
AudioHotplugThread.h 51 static const char* kThreadName;
AudioHotplugThread.cpp 119 const char* AudioHotplugThread::kThreadName = "ATVRemoteAudioHotplug";
147 return (run(kThreadName) == NO_ERROR);
  /external/chromium_org/content/browser/
browser_main_loop.cc 905 const char* kThreadName = "CrBrowserMain";
906 base::PlatformThread::SetName(kThreadName);
908 main_message_loop_->set_thread_name(kThreadName);
    [all...]

Completed in 77 milliseconds