Home
last modified time | relevance | path

Searched defs:useconds (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform.h154 #define usleep(useconds) (void)SleepEx((useconds)/1000, 1) argument
/external/openssh/openbsd-compat/
Dbsd-misc.c170 int usleep(unsigned int useconds) in usleep()
/external/v8/src/
Dd8-posix.cc126 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); in TimeIsOut() local
384 int useconds = 1; in WaitForChild() local
/external/python/cpython2/Include/
Ddatetime.h221 #define PyDelta_FromDSU(days, seconds, useconds) \ argument
/external/fio/os/windows/
Dposix.c568 int usleep(useconds_t useconds) in usleep()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2406 function _usleep(useconds) { argument