Home
last modified time | relevance | path

Searched refs:thrd_sleep (Results 1 – 25 of 26) sorted by relevance

12

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

12