Searched refs:ts_rem (Results 1 – 1 of 1) sorted by relevance
518 struct timespec ts_sleep, ts_rem; in rt_nanosleep_until() local522 &ts_rem); in rt_nanosleep_until()526 (int)ts_rem.tv_sec, (int)ts_rem.tv_nsec); in rt_nanosleep_until()532 struct timespec ts_sleep, ts_rem; in rt_nanosleep() local535 rc = clock_nanosleep(CLOCK_MONOTONIC, 0, &ts_sleep, &ts_rem); in rt_nanosleep()539 (int)ts_rem.tv_sec, (int)ts_rem.tv_nsec); in rt_nanosleep()