Searched refs:__duration (Results 1 – 3 of 3) sorted by relevance
140 int tcsendbreak(int __fd, int __duration) __INTRODUCED_IN(21);
193 int thrd_sleep(const struct timespec* __duration, struct timespec* __remaining) __INTRODUCED_IN(30);
178 __BIONIC_THREADS_INLINE int thrd_sleep(const struct timespec* __duration, in thrd_sleep() argument180 int __rc = nanosleep(__duration, __remaining); in thrd_sleep()