HomeSort by relevance Sort by last modified time
    Searched refs:PlatformThread (Results 101 - 125 of 301) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/threading/
thread.h 30 class BASE_EXPORT Thread : PlatformThread::Delegate {
174 // PlatformThread::Delegate methods:
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc 61 : origin_thread_id_(base::PlatformThread::CurrentId()),
175 return base::PlatformThread::CurrentId() == origin_thread_id_;
188 origin_thread_id_(base::PlatformThread::CurrentId()),
224 return base::PlatformThread::CurrentId() == origin_thread_id_;
  /external/chromium_org/chrome/browser/net/
connect_interceptor_unittest.cc 68 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(30));
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 46 base::PlatformThread::SetName("CrNaClBrokerMain");
  /external/chromium_org/chrome_frame/test/
run_all_unittests.cc 54 base::PlatformThread::SetName("ChromeFrame tests");
  /external/chromium_org/cloud_print/service/win/
service_ipc_unittest.cc 32 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(1));
  /external/chromium_org/content/ppapi_plugin/
ppapi_plugin_main.cc 84 base::PlatformThread::SetName("CrPPAPIMain");
  /external/chromium_org/crypto/
openssl_util.cc 21 return static_cast<unsigned long>(base::PlatformThread::CurrentId());
  /external/chromium_org/remoting/base/
auto_thread.h 30 class AutoThread : base::PlatformThread::Delegate {
85 // base::PlatformThread::Delegate methods:
  /external/chromium_org/third_party/leveldatabase/
chromium_logger.h 25 ::base::PlatformThread::CurrentId();
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 70 ::base::PlatformThread::YieldCurrentThread();
  /external/chromium_org/base/process/
kill_posix.cc 256 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
415 class BackgroundReaper : public PlatformThread::Delegate {
422 // Overridden from PlatformThread::Delegate:
444 PlatformThread::Sleep(TimeDelta::FromMilliseconds(500));
478 PlatformThread::CreateNonJoinable(0, reaper);
487 PlatformThread::CreateNonJoinable(0, reaper);
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 39 base::PlatformThread::CurrentId();
40 DCHECK(initial_thread_id == base::PlatformThread::CurrentId());
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 175 static PlatformThreadId thread_id = PlatformThread::CurrentId();
176 DCHECK(thread_id == PlatformThread::CurrentId()) <<
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.cc 45 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50));
110 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 132 base::PlatformThread::SetThreadPriority(
133 base::PlatformThread::CurrentHandle(),
gpu_watchdog_thread.cc 117 CHECK(base::PlatformThread::CurrentId() == thread_id());
146 CHECK(base::PlatformThread::CurrentId() == thread_id());
  /external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump_unittest.cc 85 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(
142 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(
  /external/chromium/base/
observer_list_unittest.cc 15 using base::PlatformThread;
92 class AddRemoveThread : public PlatformThread::Delegate,
295 EXPECT_TRUE(PlatformThread::Create(0,
311 PlatformThread::Join(threads[index]);
  /external/chromium/base/threading/
simple_thread.h 58 class BASE_API SimpleThread : public PlatformThread::Delegate {
104 // Overridden from PlatformThread::Delegate:
111 PlatformThreadHandle thread_; // PlatformThread handle, invalid after Join!
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.cc 192 base::PlatformThread::Sleep(1); // 1MS sleep
225 base::PlatformThread::Sleep(1);
293 base::PlatformThread::Sleep(10);
344 base::PlatformThread::Sleep(10); // sleep for 10ms
  /external/chromium/chrome/browser/
media_uitest.cc 50 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
  /external/chromium/chrome/common/
worker_thread_ticker_unittest.cc 35 base::PlatformThread::Sleep(1500);
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 217 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
243 base::PlatformThread::CurrentId(),
273 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
316 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
  /external/chromium_org/gpu/command_buffer/tests/
gl_query_unittests.cc 70 base::PlatformThread::Sleep(

Completed in 1059 milliseconds

1 2 3 45 6 7 8 91011>>