/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | call_once.c | 54 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()
|
D | mtx_lock.c | 92 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()
|
D | thrd_join.c | 53 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()
|
D | thrd_current.c | 62 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()
|
D | thrd_equal.c | 62 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()
|
D | thrd_create.c | 56 result = thrd_join(id, NULL); in thrd_create_0100() 87 result = thrd_join(id, NULL); in thrd_create_0200()
|
D | mtx_trylock.c | 63 result = thrd_join(tid1, NULL); in mtx_trylock_0100() 88 result = thrd_join(tid2, NULL); in mtx_trylock_0200()
|
D | cnd_timedwait.c | 73 if (thrd_join(id, NULL) != thrd_success) { in cnd_timedwait_0100() 117 if (thrd_join(id, NULL) != thrd_success) { in cnd_timedwait_time64_0100()
|
D | mtx_unlock.c | 50 result = thrd_join(tid1, NULL); in mtx_unlock_0100()
|
D | cnd_wait.c | 48 thrd_join(id1, NULL); in cnd_wait_0100()
|
D | cnd_signal.c | 51 thrd_join(id1, NULL); in cnd_signal_0100()
|
D | tss_set.c | 64 result = thrd_join(id, NULL); in tss_set_0100()
|
D | thrd_sleep.c | 58 result = thrd_join(id, NULL); in thrd_sleep_0100()
|
D | thrd_detach.c | 87 result = thrd_join(id, NULL); in thrd_detach_0200()
|
D | cnd_broadcast.c | 80 if (thrd_join(ids[i], NULL) != thrd_success) { in cnd_broadcast_0100()
|
D | test_src_functionalext_supplement_thread.gni | 59 "thrd_join",
|
/third_party/musl/src/thread/ |
D | thrd_join.c | 5 int thrd_join(thrd_t t, int *res) in thrd_join() function
|
/third_party/mesa3d/src/util/tests/sparse_array/ |
D | multi_threaded.c | 65 int ret = thrd_join(threads[i], NULL); in run_test()
|
/third_party/musl/ndk_musl_include/ |
D | threads.h | 47 int thrd_join(thrd_t, int *);
|
/third_party/musl/include/ |
D | threads.h | 47 int thrd_join(thrd_t, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 47 int thrd_join(thrd_t, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 47 int thrd_join(thrd_t, int *);
|
/third_party/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 121 thrd_join(threads[i], NULL); in main()
|
/third_party/flutter/glfw/tests/ |
D | empty.c | 125 thrd_join(thread, &result); in main()
|
D | threads.c | 139 thrd_join(threads[i].id, &result); in main()
|