/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | thrd_sleep.c | 35 if (thrd_sleep(tl, NULL) != 0) { 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()
|
D | thrd_detach.c | 54 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0200()
|
D | thrd_join.c | 48 result = thrd_sleep(&(struct timespec){.tv_nsec = 1000000}, NULL); in thrd_join_0100() 79 result = thrd_sleep(&(struct timespec){.tv_nsec = 1000000}, NULL); in thrd_join_0200()
|
D | thrd_create.c | 51 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0200()
|
D | thrd_equal.c | 57 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_equal_0100() 93 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_equal_0200()
|
D | thrd_current.c | 57 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_current_0100() 93 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_current_0200()
|
D | cnd_broadcast.c | 70 thrd_sleep(&((struct timespec){.tv_nsec = 100 * 1000 * 1000}), NULL); in cnd_broadcast_0100()
|
D | test_src_functionalext_supplement_thread.gni | 60 "thrd_sleep",
|
/third_party/musl/ndk_musl_include/ |
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/ |
D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/include/ |
D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 84 __REDIR(thrd_sleep, __thrd_sleep_time64);
|
/third_party/musl/src/thread/ |
D | thrd_sleep.c | 6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() function
|
/third_party/musl/compat/time32/ |
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/ |
D | thread_callonce_test.cpp | 15 thrd_sleep(&shrotTime, nullptr); in CallThrdSleep()
|
D | thread_thrd_test.cpp | 113 EXPECT_EQ(-2, thrd_sleep(&invalidTime, nullptr));
|
/third_party/glfw/tests/ |
D | empty.c | 54 thrd_sleep(&time, NULL); in thread_main()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 81 #define __thrd_sleep_time64 thrd_sleep
|
/third_party/mesa3d/src/c11/ |
D | threads.h | 188 int thrd_sleep(const struct timespec *, struct timespec *);
|
/third_party/glfw/deps/ |
D | tinycthread.h | 384 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining);
|
D | tinycthread.c | 465 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
/third_party/mesa3d/src/c11/impl/ |
D | threads_posix.c | 313 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
D | threads_win32.c | 417 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
|
/third_party/musl/ |
D | libc.map.txt | 1806 thrd_sleep;
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 3222 thrd_sleep(&tm, NULL); in radv_notifier_thread_run() 3234 thrd_sleep(&tm, NULL); in radv_notifier_thread_run()
|