Home
last modified time | relevance | path

Searched refs:thrd_sleep (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_sleep.c35 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 Dthrd_create.c51 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 Dthrd_detach.c54 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 Dthrd_join.c51 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 Dthrd_current.c103 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 Dthrd_equal.c108 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 Dcnd_broadcast.c70 thrd_sleep(&((struct timespec){.tv_nsec = 100 * 1000 * 1000}), NULL); in cnd_broadcast_0100()
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h49 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 Dthreads.h49 int thrd_sleep(const struct timespec *, struct timespec *);
84 __REDIR(thrd_sleep, __thrd_sleep_time64);
/third_party/musl/include/
H A Dthreads.h49 int thrd_sleep(const struct timespec *, struct timespec *);
84 __REDIR(thrd_sleep, __thrd_sleep_time64);
/third_party/musl/src/thread/
H A Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() function
/third_party/musl/compat/time32/
H A Dthrd_sleep_time32.c9 int ret = thrd_sleep((&(struct timespec){ in __thrd_sleep_time32()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_callonce_test.cpp15 thrd_sleep(&shrotTime, nullptr); in CallThrdSleep()
H A Dthread_thrd_test.cpp113 EXPECT_EQ(-2, thrd_sleep(&invalidTime, nullptr)); in HWTEST_F()
/third_party/glfw/tests/
H A Dempty.c56 thrd_sleep(&time, NULL); in thread_main()
/third_party/glfw/deps/
H A Dtinycthread.h386 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining);
H A Dtinycthread.c465 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
/third_party/mesa3d/src/c11/
H A Dthreads.h188 int thrd_sleep(const struct timespec *, struct timespec *);
/third_party/musl/libc-test/src/common/
H A Dtest.h85 #define __thrd_sleep_time64 thrd_sleep
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c313 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
H A Dthreads_win32.c417 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep() function
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3222 thrd_sleep(&tm, NULL); in radv_notifier_thread_run()
3234 thrd_sleep(&tm, NULL); in radv_notifier_thread_run()

Completed in 16 milliseconds