Searched refs:wake (Results 1 – 1 of 1) sorted by relevance
786 struct timespec wake; in sleep_until() local787 ns_to_timespec(t, &wake); in sleep_until()788 int ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &wake, NULL); in sleep_until()