Home
last modified time | relevance | path

Searched defs:usleep (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libc/gen/
H A Dusleep.c36 usleep(useconds_t useconds) in usleep() function
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dwin32.c60 int usleep(unsigned long useconds) in usleep() function
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs325 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro
341 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro
357 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro
370 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1353 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */ macro
/openbsd/lib/libfido2/src/
H A Du2f.c22 usleep(unsigned int usec) in usleep() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp163 DECLARE__REAL_AND_INTERNAL(void, usleep, u64 useconds) { in DECLARE__REAL_AND_INTERNAL() argument
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH3612 * a prototype for the usleep() function. Otherwise, it is up function
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1358 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */ macro
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h374 #define usleep(usec) ((void)async_mssleep(((usec)+500)/1000, 500)) macro
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp385 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR() argument