Searched refs:Sleep (Results 126 - 150 of 174) sorted by relevance

1234567

/external/fio/os/windows/
H A Dposix.c509 Sleep(useconds / 1000);
802 /* Since Sleep() can sleep for less than the requested time, add a loop to
806 Sleep(ms_remaining);
/external/googletest/googletest/src/
H A Dgtest-port.cc180 ::Sleep(n);
308 ::Sleep(0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc180 ::Sleep(n);
308 ::Sleep(0);
/external/v8/src/base/platform/
H A Dplatform-win32.cc825 void OS::Sleep(TimeDelta interval) { function in class:v8::base::OS
826 ::Sleep(static_cast<DWORD>(interval.InMilliseconds()));
H A Dplatform-posix.cc223 void OS::Sleep(TimeDelta interval) { function in class:v8::base::OS
H A Dtime.cc698 ::Sleep(10);
/external/v8/testing/gtest/src/
H A Dgtest-port.cc162 ::Sleep(n);
290 ::Sleep(0);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc139 ::Sleep(n);
267 ::Sleep(0);
/external/dng_sdk/source/
H A Ddng_pthread.cpp760 Sleep(0);
/external/libchrome/base/memory/
H A Dshared_memory_unittest.cc70 PlatformThread::Sleep(TimeDelta::FromMilliseconds(1));
/external/libvncserver/libvncclient/
H A Dsockets.c125 Sleep (diff.tv_sec * 1000 + diff.tv_usec/1000);
/external/libxml2/
H A Dthreads.c973 Sleep(0);
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c652 void Sleep(unsigned int msecs) function
/external/netperf/src/
H A Dnetserver.c134 #define sleep(x) Sleep((x)*1000)
/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp618 Sleep(5);
/external/libchrome/base/test/
H A Dtrace_event_analyzer_unittest.cc428 base::PlatformThread::Sleep(kSleepTime);
474 base::PlatformThread::Sleep(kSleepTime);
/external/libchrome/base/time/
H A Dtime_unittest.cc627 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(10));
631 // time clock has a finer granularity than the Sleep()
706 // Sleep for 10 milliseconds to get the thread de-scheduled.
707 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(10));
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c60 Sleep(INFINITE); \
1556 Sleep(INFINITE);
/external/curl/lib/
H A Dconnect.c492 * just Sleep(0) would be enough?) would release whatever
499 Sleep(0);
/external/curl/tests/server/
H A Dsockfilt.c708 Sleep((timeout->tv_sec*1000)+(DWORD)(((double)timeout->tv_usec)/1000.0));
/external/libpng/contrib/gregbook/
H A Drpng2-win.c573 * backs as decoded data become available. We optionally call Sleep() for
601 Sleep(1000L);
/external/libusb/examples/
H A Dxusb.c30 #define msleep(msecs) Sleep(msecs)
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp103 ::Sleep(kPauseSleepTime);
/external/v8/src/runtime/
H A Druntime-test.cc257 base::OS::Sleep(base::TimeDelta::FromMilliseconds(50));
/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c1368 Sleep( 2000 );
1546 Sleep( 3 * 1000 );

Completed in 1974 milliseconds

1234567