Searched refs:SLEEP_TIMESPEC (Results 1 – 3 of 3) sorted by relevance
215 # define SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(ti… macro238 # define SLEEP_TIMESPEC(timespec) nsleep(×pec, 0) macro377 #ifndef SLEEP_TIMESPEC378 # define SLEEP_TIMESPEC(timespec) nanosleep(×pec, 0) macro
552 SLEEP_TIMESPEC(delay); in osl_waitThread()
244 # define SLEEP_TIMESPEC(timespec) (timespec .tv_sec > 0) ? sleep(timespec .tv_sec), nanosleep(ti… macro267 # define SLEEP_TIMESPEC(timespec) nsleep(×pec, 0) macro398 #ifndef SLEEP_TIMESPEC399 # define SLEEP_TIMESPEC(timespec) nanosleep(×pec, 0) macro
Completed in 27 milliseconds