Home
last modified time | relevance | path

Searched refs:Sleep (Results 1 – 25 of 106) sorted by relevance

12345

/external/chromium/base/
Dstats_table_unittest.cc106 PlatformThread::Sleep(index % 10); // short wait in Run()
188 PlatformThread::Sleep(index % 10); // short wait in MULTIPROCESS_TEST_MAIN()
324 PlatformThread::Sleep(500); in TEST_F()
330 PlatformThread::Sleep(500); in TEST_F()
353 PlatformThread::Sleep(500); in TEST_F()
360 PlatformThread::Sleep(500); in TEST_F()
388 PlatformThread::Sleep(500); in TEST_F()
398 PlatformThread::Sleep(500); in TEST_F()
Dcondition_variable_unittest.cc205 PlatformThread::Sleep(100); in TEST_F()
253 PlatformThread::Sleep(30); // Wait a little. in TEST_F()
284 PlatformThread::Sleep(30); // Wait a little. in TEST_F()
311 PlatformThread::Sleep(45); in TEST_F()
330 PlatformThread::Sleep(100); in TEST_F()
349 PlatformThread::Sleep(100); // Should take about 60 ms. in TEST_F()
368 PlatformThread::Sleep(100); // Should take about 60 ms. in TEST_F()
385 PlatformThread::Sleep(10); // Be sure they're all shutdown. in TEST_F()
485 PlatformThread::Sleep(10); // Be sure they're all shutdown. in TEST_F()
Dplatform_thread_win.cc39 ::Sleep(0); in YieldCurrentThread()
43 void PlatformThread::Sleep(int duration_ms) { in Sleep() function in PlatformThread
44 ::Sleep(duration_ms); in Sleep()
Dwatchdog_unittest.cc101 PlatformThread::Sleep(500); in TEST_F()
109 PlatformThread::Sleep(100); // Don't sleep too long in TEST_F()
112 PlatformThread::Sleep(5500); in TEST_F()
Dthread_unittest.cc37 PlatformThread::Sleep(msec_); in Run()
49 PlatformThread::Sleep(500); in Init()
98 PlatformThread::Sleep(10); in TEST_F()
Dthread_collision_warner_unittest.cc193 PlatformThread::Sleep(5000); in TEST()
251 PlatformThread::Sleep(2000); in TEST()
321 PlatformThread::Sleep(2000); in TEST()
Dshared_memory_unittest.cc47 PlatformThread::Sleep(1); // Short wait. in ThreadMain()
100 PlatformThread::Sleep(1); // Short wait. in ThreadMain()
307 PlatformThread::Sleep(10); // Short wait. in TaskTestMain()
Dmessage_loop_unittest.cc161 PlatformThread::Sleep(pause_ms_); in Run()
337 PlatformThread::Sleep(100); in RunTest_PostDelayedTask_SharedTimer()
401 PlatformThread::Sleep(100); in RunTest_PostDelayedTask_SharedTimer_SubPump()
491 PlatformThread::Sleep(1); in Run()
787 PlatformThread::Sleep(ms_); in Run()
1252 Sleep(100); // Make sure the thread runs and sleeps for lack of work. in RunTest_IOHandler()
1292 Sleep(100); // Make sure the thread runs and sleeps for lack of work. in RunTest_WaitForIO()
1294 Sleep(100); in RunTest_WaitForIO()
1302 Sleep(200); in RunTest_WaitForIO()
Dtime_unittest.cc96 PlatformThread::Sleep(10); in TEST()
122 PlatformThread::Sleep(10); in TEST()
Ddebug_util.cc16 PlatformThread::Sleep(100); in WaitForDebugger()
Dspin_wait.h46 PlatformThread::Sleep(50); \
Dplatform_thread.h46 static void Sleep(int duration_ms);
/external/chromium/third_party/icu/source/test/threadtest/
Dthreadtest.cpp47 static void Sleep(int millis) {::Sleep(millis);}; in Sleep() function in ThreadFuncs
50 static void yield() {::Sleep(0);}; in yield()
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis) in Sleep() function in ThreadFuncs
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ... in main()
/external/icu4c/test/threadtest/
Dthreadtest.cpp47 static void Sleep(int millis) {::Sleep(millis);}; in Sleep() function in ThreadFuncs
50 static void yield() {::Sleep(0);}; in yield()
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis) in Sleep() function in ThreadFuncs
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ... in main()
/external/srec/doc/logs/uapi/
Drun_robustness2.log44 Sleep 1800 ms (workaround for Sooner audio driver bug)
70 Sleep 1800 ms (workaround for Sooner audio driver bug)
96 Sleep 1800 ms (workaround for Sooner audio driver bug)
122 Sleep 1800 ms (workaround for Sooner audio driver bug)
148 Sleep 1800 ms (workaround for Sooner audio driver bug)
174 Sleep 1800 ms (workaround for Sooner audio driver bug)
200 Sleep 1800 ms (workaround for Sooner audio driver bug)
226 Sleep 1800 ms (workaround for Sooner audio driver bug)
252 Sleep 1800 ms (workaround for Sooner audio driver bug)
278 Sleep 1800 ms (workaround for Sooner audio driver bug)
[all …]
Drun_robustness3.log98 Sleep 1800 ms (workaround for Sooner audio driver bug)
222 Sleep 1800 ms (workaround for Sooner audio driver bug)
346 Sleep 1800 ms (workaround for Sooner audio driver bug)
470 Sleep 1800 ms (workaround for Sooner audio driver bug)
594 Sleep 1800 ms (workaround for Sooner audio driver bug)
718 Sleep 1800 ms (workaround for Sooner audio driver bug)
842 Sleep 1800 ms (workaround for Sooner audio driver bug)
966 Sleep 1800 ms (workaround for Sooner audio driver bug)
1090 Sleep 1800 ms (workaround for Sooner audio driver bug)
1214 Sleep 1800 ms (workaround for Sooner audio driver bug)
[all …]
/external/stlport/stlport/stl/
D_threads.c93 Sleep(1); in _S_nsec_sleep()
95 Sleep(1 << (__log_nsec - 20)); in _S_nsec_sleep()
/external/libvpx/vp8/common/
Dthreading.h31 #define thread_sleep(nms) Sleep(nms)
65 #define thread_sleep(nms) Sleep(nms)
/external/wpa_supplicant/
Dos_win32.c24 Sleep(sec * 1000); in os_sleep()
26 Sleep(usec / 1000); in os_sleep()
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_win32.c24 Sleep(sec * 1000); in os_sleep()
26 Sleep(usec / 1000); in os_sleep()
/external/chromium/net/base/
Dlisten_socket_unittest.cc136 PlatformThread::Sleep(1); // 1MS sleep in NextAction()
169 PlatformThread::Sleep(1);
274 PlatformThread::Sleep(10); // sleep for 10ms
/external/stlport/stlport/stl/config/
D_windows.h166 _STLP_WCE_WINBASEAPI void WINAPI Sleep(DWORD);
178 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL Sleep(unsigned long);
/external/webkit/WebKitTools/record-memory-win/
Dmain.cpp118 Sleep(2000); // give the process some time to launch in QueryContinuously()
124 Sleep(gQueryInterval*1000); in QueryContinuously()
/external/webkit/WebCore/platform/network/cf/
DLoaderRunLoopCF.cpp60 Sleep(10); in loaderRunLoop()
/external/v8/test/cctest/
Dtest-threads.cc49 v8::internal::OS::Sleep(500); // Make sure the timer fires. in TEST()

12345