Home
last modified time | relevance | path

Searched defs:nanosleep (Results 1 – 3 of 3) sorted by last modified time

/openbsd/gnu/llvm/libcxx/include/__support/ibm/
H A Dnanosleep.h15 inline int nanosleep(const struct timespec* __req, struct timespec* __rem) { in nanosleep() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp53 #define nanosleep __nanosleep50 macro
392 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) { in TSAN_INTERCEPTOR() argument
/openbsd/lib/libc/sys/
H A Dw_nanosleep.c22 nanosleep(const struct timespec *timeout, struct timespec *remainder) in nanosleep() function