Searched defs:nanosleep (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dport-aix.h64 /* AIX 4.2.x doesn't have nanosleep but does have nsleep which is equivalent */
66 # define nanosleep(a,b) nsleep(a,b) macro
H A Dbsd-misc.c139 int nanosleep(const struct timespec *req, struct timespec *rem) function
176 return nanosleep(&ts, NULL);
/external/fio/os/windows/
H A Dposix.c791 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) function

Completed in 146 milliseconds