/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_join.c | 53 ATF_TC(pthread_join); 54 ATF_TC_HEAD(pthread_join, tc) in ATF_TC_HEAD() argument 61 ATF_TC_BODY(pthread_join, tc) in ATF_TC_BODY() argument 66 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY() 92 rv = pthread_join(caller, NULL); in threadfunc1() 115 PTHREAD_REQUIRE(pthread_join(thread[i], &val)); in threadfunc1() 126 rv = pthread_join(thread[i], NULL); in threadfunc1() 174 ATF_TP_ADD_TC(tp, pthread_join); in ATF_TP_ADD_TCS()
|
H A D | t_cond.c | 105 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 166 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 225 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 293 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 356 PTHREAD_REQUIRE(pthread_join(tid[i], NULL)); in ATF_TC_BODY() 423 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 474 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY() 536 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY() 589 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY() 633 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY()
|
H A D | t_mutex.c | 124 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 241 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 355 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 437 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 511 PTHREAD_REQUIRE(pthread_join(child, NULL)); in ATF_TC_BODY() 633 PTHREAD_REQUIRE(pthread_join(low, NULL)); in ATF_TC_BODY() 634 PTHREAD_REQUIRE(pthread_join(high, NULL)); in ATF_TC_BODY() 788 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY() 816 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY()
|
H A D | t_equal.c | 65 ATF_REQUIRE(pthread_join(t1, NULL) == 0); in ATF_TC_BODY() 66 ATF_REQUIRE(pthread_join(t2, NULL) == 0); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/ |
H A D | h_reconcli.c | 114 pthread_join(pt, NULL); in main() 115 pthread_join(w1, NULL); in main() 116 pthread_join(w2, NULL); in main() 117 pthread_join(w3, NULL); in main() 118 pthread_join(w4, NULL); in main()
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_fifos.c | 136 pthread_join(ptw1, NULL); in ATF_TC_BODY() 137 pthread_join(ptw2, NULL); in ATF_TC_BODY() 138 pthread_join(ptr1, NULL); in ATF_TC_BODY() 139 pthread_join(ptr2, NULL); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_renamerace.c | 121 pthread_join(pt1[i], NULL); in renamerace() 123 pthread_join(pt2[i], NULL); in renamerace() 168 pthread_join(pt1, NULL); in renamerace_dirs() 169 pthread_join(pt2, NULL); in renamerace_dirs()
|
H A D | t_rmdirrace.c | 94 res = pthread_join(th2, NULL); in race() 97 res = pthread_join(th1, NULL); in race()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | notify.cc | 170 pthread_join(th0, &thr0_value); in TEST_F() 202 pthread_join(th0, &thr0_value); in TEST_F() 252 pthread_join(th0, &thr0_value); in TEST_F() 297 pthread_join(th0, &thr0_value); in TEST_F() 318 pthread_join(th0, &thr0_value); in TEST_F() 372 pthread_join(th0, &thr0_value); in TEST_F() 402 pthread_join(th0, &thr0_value); in TEST_F() 437 pthread_join(th0, &thr0_value); in TEST_F() 482 pthread_join(th0, &thr0_value); in TEST_F() 537 pthread_join(th0, &thr0_value); in TEST_F()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_getenv_thread.c | 163 ATF_CHECK(pthread_join(threads[j], NULL) == 0); in ATF_TC_BODY() 188 ATF_CHECK(pthread_join(threads[j], NULL) == 0); in ATF_TC_BODY() 213 ATF_CHECK(pthread_join(threads[j], NULL) == 0); in ATF_TC_BODY() 238 ATF_CHECK(pthread_join(threads[j], NULL) == 0); in ATF_TC_BODY()
|
/freebsd/tools/regression/tls/ttls4/ |
H A D | ttls4.c | 34 pthread_join(td, NULL); in main() 39 pthread_join(td, NULL); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | poll2.sh | 189 if ((rc = pthread_join(tid[0], NULL)) != 0) 191 if ((rc = pthread_join(tid[1], NULL)) != 0) 193 if ((rc = pthread_join(tid[2], NULL)) != 0)
|
H A D | f_offset.sh | 148 if ((r = pthread_join(threads[0], NULL)) != 0) 150 if ((r = pthread_join(threads[1], NULL)) != 0) 152 if ((r = pthread_join(threads[2], NULL)) != 0)
|
H A D | nfs15.sh | 158 if ((rc = pthread_join(tid[0], NULL)) == -1) 160 if ((rc = pthread_join(tid[1], NULL)) == -1) 162 if ((rc = pthread_join(tid[2], NULL)) == -1)
|
H A D | nfs16.sh | 142 if ((rc = pthread_join(tid[0], NULL)) == -1) 144 if ((rc = pthread_join(tid[1], NULL)) == -1) 146 if ((rc = pthread_join(tid[2], NULL)) == -1)
|
H A D | nfs15lockd3.sh | 192 if ((rc = pthread_join(tid[0], NULL)) == -1) 194 if ((rc = pthread_join(tid[1], NULL)) == -1) 196 if ((rc = pthread_join(tid[2], NULL)) == -1)
|
H A D | nfs15lockd.sh | 186 if ((rc = pthread_join(tid[0], NULL)) == -1) 188 if ((rc = pthread_join(tid[1], NULL)) == -1) 190 if ((rc = pthread_join(tid[2], NULL)) == -1)
|
H A D | sndstat.sh | 120 pthread_join(rp[i], NULL); 132 pthread_join(rp[j], NULL);
|
H A D | kevent13.sh | 135 if ((r = pthread_join(pth, NULL)) != 0) 137 if ((r = pthread_join(pth2, NULL)) != 0)
|
/freebsd/tools/regression/tls/ttls2/ |
H A D | ttls2.c | 37 pthread_join(t1, 0); in main() 38 pthread_join(t2, 0); in main()
|
/freebsd/contrib/netbsd-tests/lib/libc/tls/ |
H A D | t_tls_static.c | 84 pthread_join(t, NULL); in ATF_TC_BODY() 87 pthread_join(t, NULL); in ATF_TC_BODY()
|
H A D | t_tls_dynamic.c | 96 pthread_join(t, NULL); in ATF_TC_BODY() 99 pthread_join(t, NULL); in ATF_TC_BODY()
|
H A D | t_tls_dlopen.c | 102 pthread_join(t, NULL); in ATF_TC_BODY() 105 pthread_join(t, NULL); in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/testcases/thr2/ |
H A D | thr2.c | 80 if (pthread_join(threads[i], NULL) != 0) in test() 89 if ((r = pthread_join(threads[i], NULL)) != 0) in test()
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_renamerace.c | 106 pthread_join(pt[0], NULL); in ATF_TC_BODY() 107 pthread_join(pt[1], NULL); in ATF_TC_BODY()
|