OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformThread
(Results
201 - 225
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/http/
http_auth_controller.cc
97
base::
PlatformThread
::CurrentId();
98
DCHECK_EQ(first_thread, base::
PlatformThread
::CurrentId());
/external/chromium_org/base/message_loop/
message_loop_unittest.cc
167
PlatformThread
::Sleep(pause);
348
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(100));
404
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(100));
503
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(1));
743
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(10));
754
PlatformThread
::Sleep(delay);
[
all
...]
/external/chromium/base/
shared_memory_posix.cc
307
base::
PlatformThread
::Sleep(500);
time_unittest.cc
109
base::
PlatformThread
::Sleep(10);
message_loop_unittest.cc
24
using base::
PlatformThread
;
166
PlatformThread
::Sleep(pause_ms_);
342
PlatformThread
::Sleep(100);
406
PlatformThread
::Sleep(100);
496
PlatformThread
::Sleep(1);
779
PlatformThread
::Sleep(10); // milliseconds
804
PlatformThread
::Sleep(ms_);
[
all
...]
task.h
231
origin_thread_id_ = base::
PlatformThread
::CurrentId();
239
if (origin_thread_id_ != base::
PlatformThread
::CurrentId())
/external/chromium/base/threading/
worker_pool_posix_unittest.cc
70
unique_threads_->insert(
PlatformThread
::CurrentId());
/external/chromium/net/base/
listen_socket.cc
162
// Fall through to
PlatformThread
::YieldCurrentThread()
169
base::
PlatformThread
::YieldCurrentThread();
/external/chromium_org/base/test/
test_file_util_win.cc
131
base::
PlatformThread
::Sleep(kTimeout);
/external/chromium_org/base/threading/
worker_pool_posix_unittest.cc
60
unique_threads->insert(
PlatformThread
::CurrentId());
234
// The POSIX implementation of
PlatformThread
::CurrentId() uses pthread_self()
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc
201
base::
PlatformThread
::YieldCurrentThread();
/external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc
271
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(25));
/external/chromium_org/chrome/test/automation/
browser_proxy.cc
177
base::
PlatformThread
::Sleep(
proxy_launcher.cc
154
base::
PlatformThread
::Sleep(TestTimeouts::action_timeout());
586
base::
PlatformThread
::Sleep(sleep_time);
/external/chromium_org/chrome/test/chromedriver/net/
sync_websocket_impl_unittest.cc
147
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
/external/chromium_org/content/browser/worker_host/test/
worker_browsertest.cc
77
base::
PlatformThread
::Sleep(TestTimeouts::action_max_timeout() / 100);
/external/chromium_org/media/audio/mac/
audio_low_latency_input_mac_unittest.cc
311
base::
PlatformThread
::Sleep(TestTimeouts::action_timeout());
/external/chromium_org/media/audio/pulse/
pulse_input.cc
286
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(5));
/external/chromium_org/net/disk_cache/
stress_cache.cc
281
base::
PlatformThread
::Sleep(base::TimeDelta::FromSeconds(3));
/external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win_unittest.cc
223
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
dhcp_proxy_script_fetcher_win_unittest.cc
114
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(30));
172
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(20));
/external/chromium_org/net/socket/
stream_listen_socket.cc
132
// Fall through to
PlatformThread
::YieldCurrentThread()
139
base::
PlatformThread
::YieldCurrentThread();
/external/chromium_org/remoting/host/
clipboard_win.cc
52
base::
PlatformThread
::Sleep(kSleepTimeBetweenAttempts);
/external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc
82
used_from_thread_id_(base::
PlatformThread
::CurrentId()),
524
if (base::
PlatformThread
::CurrentId() != used_from_thread_id_)
/external/chromium_org/chrome/test/reliability/
automated_ui_tests.cc
437
base::
PlatformThread
::Sleep(
481
base::
PlatformThread
::Sleep(
Completed in 1448 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>