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

1 2 3 4

  /external/webkit/WebCore/platform/network/cf/
LoaderRunLoopCF.cpp 59 // FIXME: Sleep 10? that can't be right...
60 Sleep(10);
  /development/simulator/app/
ported.cpp 62 // Win32 API function Sleep() takes milliseconds
63 ::Sleep((usec + 500) / 1000);
LocalBiChannel.cpp 231 Sleep(500); /* 500 ms */
  /external/v8/test/cctest/
test-threads.cc 49 v8::internal::OS::Sleep(500); // Make sure the timer fires.
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 100 #define sleep Sleep macro
  /external/stlport/stlport/stl/
_threads.c 81 // 1) Sleep(1) often takes ~15 ms
83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
90 * Changed from Sleep(0) to Sleep(1).
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
92 * whereas Sleep(1) will. Performance seems not to be affected. */
93 Sleep(1);
95 Sleep(1 << (__log_nsec - 20));
109 /* Max sleep is 2**27nsec ~ 60msec */
143 // We are probably being scheduled against the other process. Sleep
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 47 static void Sleep(int millis) {::Sleep(millis);};
50 static void yield() {::Sleep(0);};
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis)
106 ::sleep(seconds);
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ...
  /external/wpa_supplicant/
os_win32.c 24 Sleep(sec * 1000);
26 Sleep(usec / 1000);
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 67 Sleep(2);
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 75 Sleep(2);
  /system/core/include/cutils/
threads.h 118 Sleep(10);
  /system/core/libcutils/
threads.c 68 Sleep(10); /* 10ms */
atomic.c 286 Sleep(0);
309 Sleep(0);
326 Sleep(0);
  /external/stlport/stlport/stl/config/
_windows.h 166 _STLP_WCE_WINBASEAPI void WINAPI Sleep(DWORD);
178 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL Sleep(unsigned long);
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 118 Sleep(2000); // give the process some time to launch
124 Sleep(gQueryInterval*1000);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 24 Sleep(sec * 1000);
26 Sleep(usec / 1000);
  /external/qemu/android/utils/
system.c 17 # include <windows.h> /* for Sleep */
163 Sleep( timeout_ms );
  /external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c 109 Sleep(ms);
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 85 Sleep(ms);
  /external/bluetooth/glib/tests/
child-test.c 87 sleep (ttl);
157 Sleep (ttl * 1000);
spawn-test-win32-gui.c 105 Sleep (2000);
  /external/quake/quake/src/WinQuake/
sys_wind.cpp 314 Sleep(1);
  /external/webkit/JavaScriptCore/wtf/
TCSpinLock.h 180 // Sleep for a few milliseconds
182 Sleep(2);
  /external/v8/src/
platform-nullos.cc 209 void OS::Sleep(int milliseconds) {
platform.h 202 // Sleep for a number of milliseconds.
203 static void Sleep(const int milliseconds);

Completed in 737 milliseconds

1 2 3 4