nanosleep
while (nanosleep(&time_to_sleep, &time_to_sleep) != 0) {
nanosleep (&ts, 0);
nanosleep(&ts, NULL);
while (nanosleep(&ts, &rm) == -1) {
return nanosleep(&ts, NULL);
int nanosleep(const struct timespec *, struct timespec *);
nanosleep(&ts_pause, NULL);
nanosleep(&ts, NULL);
int nanosleep(const struct timespec *, struct timespec *);
if (INTERPOS_SYS(nanosleep, &time_to_sleep, &time_remaining) != -1)
return (INTERPOS_SYS(nanosleep, &time_to_sleep, NULL));
return (INTERPOS_SYS(nanosleep, rqtp, rmtp));
return (nanosleep(duration, remaining));
SLOT(nanosleep, __sys_nanosleep),
SLOT(nanosleep);
nanosleep(&rqtp, 0);
(void)nanosleep(&timeout, NULL);
(void) nanosleep(&ts, NULL)
EXPECT_OK(nanosleep(&ts, NULL));
nanosleep(&rqt, NULL);
shm->nanosleep_res = nanosleep(&rqt, NULL);
ATF_REQUIRE(nanosleep(&(struct timespec) { .tv_sec = 2 }, NULL) == 0);
ATF_REQUIRE(nanosleep(&(struct timespec) { .tv_sec = 2 }, NULL) == 0);
nanosleep(&stime, NULL);
nanosleep(&stime, NULL);
(void)nanosleep(&ts, NULL);
(void)nanosleep(&slptime, NULL);
if (nanosleep(&sleeptime, NULL) < 0) {
if (nanosleep(&ts, NULL) == -1) {
nanosleep(&delay, NULL);
(void)nanosleep(&tsi, NULL);
nanosleep(&ts, NULL);
nanosleep(&ts, NULL);
nanosleep(&ts, NULL);
rval = nanosleep(&stime, &remtime);