Searched refs:__remaining (Results 1 – 2 of 2) sorted by relevance
177 struct timespec* __remaining) { in thrd_sleep() argument178 int __rc = nanosleep(__duration, __remaining); in thrd_sleep()
193 int thrd_sleep(const struct timespec* _Nonnull __duration, struct timespec* _Nullable __remaining) …