Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/
Dconfig.h.in1282 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */ macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-misc.c274 int usleep(unsigned int useconds) in usleep() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp163 DECLARE__REAL_AND_INTERNAL(void, usleep, u64 useconds) { in DECLARE__REAL_AND_INTERNAL() argument
/freebsd-12-stable/lib/libc/include/
Dnamespace.h239 #define usleep _usleep macro
/freebsd-12-stable/usr.sbin/unbound/
Dconfig.h1372 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp360 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR() argument