Searched refs:ts_rem (Results 1 – 1 of 1) sorted by relevance
523 struct timespec ts_sleep, ts_rem; in rt_nanosleep_until() local527 &ts_rem); in rt_nanosleep_until()531 (int)ts_rem.tv_sec, (int)ts_rem.tv_nsec); in rt_nanosleep_until()537 struct timespec ts_sleep, ts_rem; in rt_nanosleep() local540 rc = clock_nanosleep(CLOCK_MONOTONIC, 0, &ts_sleep, &ts_rem); in rt_nanosleep()544 (int)ts_rem.tv_sec, (int)ts_rem.tv_nsec); in rt_nanosleep()