Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/include/nonunix/
Dunistd.h17 #define sleep _sleep macro
/external/grub/netboot/
Dmisc.c26 sleep (int secs) in sleep() function
/external/netperf/
Dnetserver.c105 #define sleep(x) Sleep((x)*1000) macro
Dnetlib.c118 #define sleep(x) Sleep((x)*1000) macro
Dnettest_bsd.c120 #define sleep(x) Sleep((x)*1000) macro
/external/icu4c/test/intltest/
Dtsmthred.cpp278 void SimpleThread::sleep(int32_t millis) in sleep() function in SimpleThread
311 SimpleThread::sleep(int32_t millis) in sleep() function in SimpleThread
448 void SimpleThread::sleep(int32_t millis) in sleep() function in SimpleThread
/external/openssl/
De_os.h662 #define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2272 static void sleep(unsigned seconds) in sleep() function
/external/sqlite/dist/
Dsqlite3.c60869 int (*sleep)(int); member