/src/tests/lib/libpthread/ |
t_join.c | 53 ATF_TC(pthread_join); 54 ATF_TC_HEAD(pthread_join, tc) 58 "Checks basic error conditions in pthread_join(3)"); 61 ATF_TC_BODY(pthread_join, tc) 66 PTHREAD_REQUIRE(pthread_join(thread, NULL)); 92 rv = pthread_join(caller, NULL); 116 PTHREAD_REQUIRE(pthread_join(thread[i], &val)); 127 rv = pthread_join(thread[i], NULL); 174 ATF_TP_ADD_TC(tp, pthread_join);
|
t_equal.c | 65 ATF_REQUIRE(pthread_join(t1, NULL) == 0); 66 ATF_REQUIRE(pthread_join(t2, NULL) == 0);
|
t_detach.c | 78 rv = pthread_join(t, NULL);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_racy_double_free_test.cc | 30 pthread_join(t[0], 0); 31 pthread_join(t[1], 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_thread.cc | 53 pthread_join(threads[i % kAlive], 0); 57 pthread_join(threads[i], 0);
|
/src/tests/lib/libc/tls/ |
t_tls_static.c | 84 pthread_join(t, NULL); 87 pthread_join(t, NULL);
|
t_tls_dlopen.c | 100 pthread_join(t, NULL); 103 pthread_join(t, NULL);
|
t_tls_dynamic.c | 94 pthread_join(t, NULL); 97 pthread_join(t, NULL);
|
/src/tests/rump/rumpkern/h_client/ |
h_reconcli.c | 114 pthread_join(pt, NULL); 115 pthread_join(w1, NULL); 116 pthread_join(w2, NULL); 117 pthread_join(w3, NULL); 118 pthread_join(w4, NULL);
|
/src/tests/fs/ffs/ |
t_fifos.c | 136 pthread_join(ptw1, NULL); 137 pthread_join(ptw2, NULL); 138 pthread_join(ptr1, NULL); 139 pthread_join(ptr2, NULL);
|
/src/tests/fs/vfs/ |
t_rmdirrace.c | 94 res = pthread_join(th2, NULL); 97 res = pthread_join(th1, NULL);
|
t_renamerace.c | 179 pthread_join(pt1[i], NULL); 181 pthread_join(pt2[i], NULL); 210 pthread_join(pt1, NULL); 211 pthread_join(pt2, NULL); 248 pthread_join(pt_rmdir, NULL); 249 pthread_join(pt_rename1, NULL); 250 pthread_join(pt_rename2, NULL);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_mutex_test.cc | 103 pthread_join(threads[i], 0); 113 pthread_join(threads[i], 0); 123 pthread_join(threads[i], 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/ |
start_many_threads.cc | 46 pthread_join(t[i], 0);
|
vts_many_threads_bench.cc | 107 pthread_join(g_t[i], 0); 116 pthread_join(t[i], 0);
|
/src/tests/usr.bin/c++/ |
t_tsan_data_race.sh | 71 pthread_join(t, NULL); 93 pthread_join(t, NULL); 121 pthread_join(t, NULL); 149 pthread_join(t, NULL);
|
t_tsan_heap_use_after_free.sh | 97 pthread_join(t, NULL); 128 pthread_join(t, NULL); 165 pthread_join(t, NULL); 202 pthread_join(t, NULL);
|
t_tsan_locked_mutex_destroy.sh | 81 pthread_join(t, NULL); 112 pthread_join(t, NULL); 149 pthread_join(t, NULL); 186 pthread_join(t, NULL);
|
t_tsan_signal_errno.sh | 77 pthread_join(th, 0); 105 pthread_join(th, 0); 139 pthread_join(th, 0); 173 pthread_join(th, 0);
|
t_tsan_vptr_race.sh | 84 pthread_join(t, NULL); 118 pthread_join(t, NULL); 157 pthread_join(t, NULL); 197 pthread_join(t, NULL);
|
/src/tests/usr.bin/cc/ |
t_tsan_data_race.sh | 71 pthread_join(t, NULL); 93 pthread_join(t, NULL); 121 pthread_join(t, NULL); 149 pthread_join(t, NULL);
|
t_tsan_heap_use_after_free.sh | 80 pthread_join(t, NULL); 111 pthread_join(t, NULL); 148 pthread_join(t, NULL); 185 pthread_join(t, NULL);
|
t_tsan_locked_mutex_destroy.sh | 80 pthread_join(t, NULL); 111 pthread_join(t, NULL); 148 pthread_join(t, NULL); 185 pthread_join(t, NULL);
|
t_tsan_signal_errno.sh | 77 pthread_join(th, 0); 105 pthread_join(th, 0); 139 pthread_join(th, 0); 173 pthread_join(th, 0);
|
/src/tests/fs/tmpfs/ |
t_renamerace.c | 106 pthread_join(pt[0], NULL); 107 pthread_join(pt[1], NULL);
|