HomeSort by relevance Sort by last modified time
    Searched refs:Sleep (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched_yield.c 68 Sleep (0);
sem_destroy.c 126 Sleep(0);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_win32-inl.h 43 Sleep(0);
46 // We commented out the following line and used the old code "Sleep(1)"
51 // Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
52 Sleep(1);
  /external/chromium_org/third_party/libusb/src/msvc/
missing.h 23 /* Windows CE doesn't have SleepEx() - Fallback to Sleep() */
24 #define SleepEx(m, a) Sleep(m)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_win32-inl.h 43 Sleep(0);
45 Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
  /external/chromium_org/base/test/
test_file_util.cc 18 PlatformThread::Sleep(kDelay);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 41 Sleep(3000);
50 Sleep(250);
52 Sleep(1500);
65 Sleep(3000);
73 Sleep(2000);
75 Sleep(2000);
volume_test.cc 109 Sleep(1000);
135 Sleep(1000);
142 Sleep(1000);
148 Sleep(1000);
159 Sleep(1000);
193 Sleep(1000);
196 Sleep(1000);
200 Sleep(1000);
223 Sleep(2000);
237 Sleep(2000)
    [all...]
dtmf_test.cc 25 Sleep(500);
59 Sleep(500);
64 Sleep(500);
90 Sleep(500);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp 58 extern "C" void __stdcall Sleep( unsigned long ms );
74 Sleep( 0 );
78 Sleep( 1 );
  /external/chromium_org/base/debug/
debugger.cc 27 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
sleep.cc 10 // An OS-independent sleep function.
12 #include "webrtc/system_wrappers/interface/sleep.h"
15 // For Sleep()
26 Sleep(msecs);
  /external/webrtc/src/system_wrappers/source/
sleep.cc 10 // An OS-independent sleep function.
12 #include "system_wrappers/interface/sleep.h"
15 // For Sleep()
26 Sleep(msecs);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.h 52 static void Sleep(int32_t duration_ms);
platform_thread.cc 51 void PlatformThread::Sleep(int32_t duration_ms) {
52 ::Sleep(duration_ms);
85 void PlatformThread::Sleep(int32_t duration_ms) {
lock_test.cc 40 PlatformThread::Sleep(rand() % 20);
46 PlatformThread::Sleep(rand() % 20);
77 PlatformThread::Sleep(rand() % 20);
83 PlatformThread::Sleep(rand() % 20);
90 PlatformThread::Sleep(rand() % 20);
172 PlatformThread::Sleep(rand() % 10);
  /external/chromium_org/v8/src/base/
once.cc 44 ::Sleep(0);
  /external/sfntly/cpp/src/test/
platform_thread.h 52 static void Sleep(int32_t duration_ms);
platform_thread.cc 51 void PlatformThread::Sleep(int32_t duration_ms) {
52 ::Sleep(duration_ms);
85 void PlatformThread::Sleep(int32_t duration_ms) {
lock_test.cc 40 PlatformThread::Sleep(rand() % 20);
46 PlatformThread::Sleep(rand() % 20);
77 PlatformThread::Sleep(rand() % 20);
83 PlatformThread::Sleep(rand() % 20);
90 PlatformThread::Sleep(rand() % 20);
172 PlatformThread::Sleep(rand() % 10);
  /external/chromium_org/base/synchronization/
lock_unittest.cc 30 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
36 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
67 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
73 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
80 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
159 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 10));
spin_wait.h 46 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50)); \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.c 76 Sleep((usecs + 999) / 1000);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.cc 57 Sleep(0);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 55 // Use this sleep function to sleep in tests.
56 void Sleep(long milliseconds);

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>