Home
last modified time | relevance | path

Searched refs:thrd_join (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c54 thrd_join(t1, NULL); in main()
55 thrd_join(t2, NULL); in main()
56 thrd_join(t3, NULL); in main()
57 thrd_join(t4, NULL); in main()
Dmtx_lock.c92 thrd_join(tid1, NULL); in mtx_lock_0100()
117 thrd_join(tid2, NULL); in mtx_lock_0200()
142 thrd_join(tid3, NULL); in mtx_lock_0300()
167 thrd_join(tid4, NULL); in mtx_lock_0400()
193 thrd_join(tid5, NULL); in mtx_lock_0500()
Dthrd_join.c53 result = thrd_join(id, NULL); in thrd_join_0100()
84 result = thrd_join(id, &ret); in thrd_join_0200()
108 thrd_join(NULL, NULL); in thrd_join_0300()
Dthrd_current.c62 result = thrd_join(thr, NULL); in thrd_current_0100()
110 result = thrd_join(thr1, NULL); in thrd_current_0200()
115 result = thrd_join(thr2, NULL); in thrd_current_0200()
Dthrd_equal.c62 result = thrd_join(thr, NULL); in thrd_equal_0100()
110 result = thrd_join(thr1, NULL); in thrd_equal_0200()
115 result = thrd_join(thr2, NULL); in thrd_equal_0200()
Dthrd_create.c56 result = thrd_join(id, NULL); in thrd_create_0100()
87 result = thrd_join(id, NULL); in thrd_create_0200()
Dmtx_trylock.c63 result = thrd_join(tid1, NULL); in mtx_trylock_0100()
88 result = thrd_join(tid2, NULL); in mtx_trylock_0200()
Dcnd_timedwait.c73 if (thrd_join(id, NULL) != thrd_success) { in cnd_timedwait_0100()
117 if (thrd_join(id, NULL) != thrd_success) { in cnd_timedwait_time64_0100()
Dmtx_unlock.c50 result = thrd_join(tid1, NULL); in mtx_unlock_0100()
Dcnd_wait.c48 thrd_join(id1, NULL); in cnd_wait_0100()
Dcnd_signal.c51 thrd_join(id1, NULL); in cnd_signal_0100()
Dtss_set.c64 result = thrd_join(id, NULL); in tss_set_0100()
Dthrd_sleep.c58 result = thrd_join(id, NULL); in thrd_sleep_0100()
Dthrd_detach.c87 result = thrd_join(id, NULL); in thrd_detach_0200()
Dcnd_broadcast.c80 if (thrd_join(ids[i], NULL) != thrd_success) { in cnd_broadcast_0100()
Dtest_src_functionalext_supplement_thread.gni59 "thrd_join",
/third_party/musl/src/thread/
Dthrd_join.c5 int thrd_join(thrd_t t, int *res) in thrd_join() function
/third_party/mesa3d/src/util/tests/sparse_array/
Dmulti_threaded.c65 int ret = thrd_join(threads[i], NULL); in run_test()
/third_party/musl/ndk_musl_include/
Dthreads.h47 int thrd_join(thrd_t, int *);
/third_party/musl/include/
Dthreads.h47 int thrd_join(thrd_t, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h47 int thrd_join(thrd_t, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h47 int thrd_join(thrd_t, int *);
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c121 thrd_join(threads[i], NULL); in main()
/third_party/flutter/glfw/tests/
Dempty.c125 thrd_join(thread, &result); in main()
Dthreads.c139 thrd_join(threads[i].id, &result); in main()

12