HomeSort by relevance Sort by last modified time
    Searched refs:Sleep (Results 1 - 25 of 366) 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);
  /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/content/browser/geolocation/
device_data_provider_unittest.cc 30 base::PlatformThread::Sleep(base::TimeDelta());
35 base::PlatformThread::Sleep(base::TimeDelta());
  /external/chromium/base/debug/
debugger.cc 21 PlatformThread::Sleep(100);
  /external/chromium/chrome/browser/
images_uitest.cc 20 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
  /external/chromium_org/base/debug/
debugger.cc 27 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
  /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/base/
spin_wait.h 47 base::PlatformThread::Sleep(50); \
  /external/chromium_org/v8/src/
once.cc 68 ::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/v8/src/
once.cc 68 ::Sleep(0);
  /external/chromium/base/synchronization/
lock_unittest.cc 28 PlatformThread::Sleep(rand() % 20);
34 PlatformThread::Sleep(rand() % 20);
65 PlatformThread::Sleep(rand() % 20);
71 PlatformThread::Sleep(rand() % 20);
78 PlatformThread::Sleep(rand() % 20);
157 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/base/threading/
watchdog_unittest.cc 102 PlatformThread::Sleep(500);
112 PlatformThread::Sleep(100); // Sleep a bit, but not past the alarm point.
117 LOG(WARNING) << "100ms sleep took over 500ms, making the results of this "
125 // Sleep past the point where it would have fired if it wasn't disarmed,
127 PlatformThread::Sleep(1000);
  /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/mesa3d/src/gallium/auxiliary/os/
os_time.c 76 Sleep((usecs + 999) / 1000);

Completed in 918 milliseconds

1 2 3 4 5 6 7 8 91011>>