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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 248 // Fall through to PlatformThread::YieldCurrentThread()
255 base::PlatformThread::YieldCurrentThread();
  /external/chromium/chrome/browser/
errorpage_uitest.cc 20 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
unload_uitest.cc 112 base::PlatformThread::Sleep(kCheckDelayMs);
311 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
  /external/chromium/net/disk_cache/
stress_cache.cc 231 base::PlatformThread::Sleep(3000);
  /external/chromium_org/base/time/
time_win_unittest.cc 227 base::PlatformThread::Sleep(
  /external/chromium_org/chrome/common/
service_process_util_posix.cc 31 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100 * i));
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 46 base::PlatformThread::SetName("Tests_Main");
tab_switching_test.cc 119 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
  /external/chromium_org/content/browser/
browser_main_loop.cc 810 base::PlatformThread::SetName(kThreadName);
831 base::PlatformThread::SetThreadPriority(
832 base::PlatformThread::CurrentHandle(),
879 allowed_clipboard_threads.push_back(base::PlatformThread::CurrentId());
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc 190 base::PlatformThread::Sleep(kSleep);
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track_unittest.cc 31 class FakeAudioThread : public base::PlatformThread::Delegate {
43 // base::PlatformThread::Delegate:
56 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(1));
61 base::PlatformThread::CreateWithPriority(
68 base::PlatformThread::Join(thread_);
  /external/chromium_org/content/renderer/
renderer_main.cc 168 base::PlatformThread::SetName("CrRendererMain");
  /external/chromium_org/media/audio/mac/
audio_input_mac.cc 203 base::PlatformThread::Sleep(kMinDelay - elapsed);
  /external/chromium_org/webkit/child/
webthread_impl.cc 89 return thread_->thread_id() == base::PlatformThread::CurrentId();
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 213 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
321 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
  /external/chromium_org/base/android/
jni_android.cc 260 base::PlatformThread::YieldCurrentThread();
280 base::PlatformThread::YieldCurrentThread();
  /external/chromium_org/base/debug/
trace_event_impl.cc 624 class TraceSamplingThread : public PlatformThread::Delegate {
629 // Implementation of PlatformThread::Delegate:
666 PlatformThread::SetName("Sampling Thread");
670 PlatformThread::Sleep(
992 if (!PlatformThread::Create(
1035 PlatformThread::Join(sampling_thread_handle_);
    [all...]
trace_event.h     [all...]
trace_event_unittest.cc 94 const char* name = PlatformThread::GetName();
110 PlatformThread::SetName(old_thread_name_ ? old_thread_name_ : "");
800 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(1));
    [all...]
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 180 base::PlatformThread::Sleep(
249 base::PlatformThread::Sleep(pause_delay_ * 2);
315 base::PlatformThread::Sleep(
420 base::PlatformThread::Sleep(
476 base::PlatformThread::Sleep(
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 274 base::PlatformThread::Sleep(time_to_sleep_);
779 ::base::PlatformThread::Sleep(::base::TimeDelta::FromMicroseconds(micros));
867 class Thread : public ::base::PlatformThread::Delegate {
872 bool success = ::base::PlatformThread::Create(0, this, &handle);
910 base::PlatformThread::SetName(name_.c_str());
  /external/chromium/net/http/
http_auth_controller.cc 95 base::PlatformThread::CurrentId();
96 DCHECK_EQ(first_thread, base::PlatformThread::CurrentId());
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 394 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(200));
402 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(200));
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.cc 30 : origin_thread_id_(base::PlatformThread::CurrentId()),
122 return base::PlatformThread::CurrentId() == origin_thread_id_;
  /external/chromium_org/media/base/
audio_renderer_mixer_unittest.cc 427 base::PlatformThread::Sleep(kSleepTime);
442 base::PlatformThread::Sleep(kSleepTime);

Completed in 578 milliseconds

1 2 3 4 5 6 78 91011>>