Searched refs:thrd_sleep (Results 1 – 25 of 40) sorted by relevance
12
25 thrd_sleep (const struct timespec* time_point, struct timespec* remaining) in thrd_sleep() function
92 extern int thrd_sleep (const struct timespec *__time_point,96 extern int __REDIRECT (thrd_sleep, (const struct timespec *__time_point,100 # define thrd_sleep __thrd_sleep64 macro
44 thrd_sleep (&(struct timespec) {.tv_sec = 2}, NULL); in do_test()
30 if (thrd_sleep (tl, NULL) != 0) in sleep_thrd()
77 thrd_sleep (&((struct timespec){.tv_nsec = 100 * 1000 * 1000}), NULL); in do_test()
26 routines += thrd_current thrd_equal thrd_sleep thrd_yield pthread_atfork
56 weak_alias (__thrd_sleep, thrd_sleep)
1972 GLIBC_2.32 thrd_sleep F
2225 GLIBC_2.32 thrd_sleep F
1982 GLIBC_2.33 thrd_sleep F
2062 GLIBC_2.29 thrd_sleep F
2354 GLIBC_2.28 thrd_sleep F
2326 GLIBC_2.28 thrd_sleep F
2363 GLIBC_2.28 thrd_sleep F
2080 GLIBC_2.28 thrd_sleep F
2376 GLIBC_2.28 thrd_sleep F
149 GLIBC_2.28 thrd_sleep F
2251 GLIBC_2.28 thrd_sleep F
150 GLIBC_2.28 thrd_sleep F
2194 GLIBC_2.28 thrd_sleep F
2162 GLIBC_2.28 thrd_sleep F
2396 GLIBC_2.28 thrd_sleep F
2453 GLIBC_2.28 thrd_sleep F
Completed in 39 milliseconds