/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | thrd_sleep.c | 35 if (thrd_sleep(tl, NULL) != 0) { in threadfunc() 36 t_error("%s thrd_sleep failed", __func__); in threadfunc() 76 int result = thrd_sleep(&(struct timespec){.tv_sec = -1}, NULL); in thrd_sleep_0200() 91 thrd_sleep(NULL, NULL); in thrd_sleep_0300()
|
H A D | thrd_create.c | 51 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0100() 53 t_error("%s thrd_sleep failed", __func__); in thrd_create_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0200() 84 t_error("%s thrd_sleep failed", __func__); in thrd_create_0200()
|
H A D | thrd_detach.c | 54 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0100() 56 t_error("%s thrd_sleep failed", __func__); in thrd_detach_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0200() 84 t_error("%s thrd_sleep failed", __func__); in thrd_detach_0200()
|
H A D | thrd_join.c | 51 result = thrd_sleep(&(struct timespec){.tv_nsec = 1000000}, NULL); in thrd_join_0100() 53 t_error("%s thrd_sleep failed", __func__); in thrd_join_0100() 82 result = thrd_sleep(&(struct timespec){.tv_nsec = 1000000}, NULL); in thrd_join_0200() 84 t_error("%s thrd_sleep failed", __func__); in thrd_join_0200()
|
H A D | thrd_current.c | 103 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_current_0100() 105 t_error("%s thrd_sleep failed", __func__); in thrd_current_0100() 139 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_current_0200() 141 t_error("%s thrd_sleep failed", __func__); in thrd_current_0200()
|
H A D | thrd_equal.c | 108 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_equal_0100() 110 t_error("%s thrd_sleep failed", __func__); in thrd_equal_0100() 144 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_equal_0200() 146 t_error("%s thrd_sleep failed", __func__); in thrd_equal_0200()
|
H A D | cnd_broadcast.c | 70 thrd_sleep(&((struct timespec){.tv_nsec = 100 * 1000 * 1000}), NULL); in cnd_broadcast_0100()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/include/ |
H A D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/src/thread/ |
H A D | thrd_sleep.c | 6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() function
|
/third_party/musl/compat/time32/ |
H A D | thrd_sleep_time32.c | 9 int ret = thrd_sleep((&(struct timespec){ in __thrd_sleep_time32()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_callonce_test.cpp | 15 thrd_sleep(&shrotTime, nullptr); in CallThrdSleep()
|
H A D | thread_thrd_test.cpp | 113 EXPECT_EQ(-2, thrd_sleep(&invalidTime, nullptr)); in HWTEST_F()
|
/third_party/glfw/tests/ |
H A D | empty.c | 56 thrd_sleep(&time, NULL); in thread_main()
|
/third_party/glfw/deps/ |
H A D | tinycthread.h | 386 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining);
|
H A D | tinycthread.c | 465 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
/third_party/mesa3d/src/c11/ |
H A D | threads.h | 188 int thrd_sleep(const struct timespec *, struct timespec *);
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 85 #define __thrd_sleep_time64 thrd_sleep
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 313 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
H A D | threads_win32.c | 417 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 3222 thrd_sleep(&tm, NULL); in radv_notifier_thread_run() 3234 thrd_sleep(&tm, NULL); in radv_notifier_thread_run()
|