| /freebsd-13.1/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()
|
| H A D | t_once.c | 117 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY() 181 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY()
|
| H A D | t_sem.c | 201 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY() 269 PTHREAD_REQUIRE(pthread_join(t, NULL)); in before_start_test()
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/tests/sys/fs/fusefs/ |
| H A D | notify.cc | 173 pthread_join(th0, &thr0_value); in TEST_F() 205 pthread_join(th0, &thr0_value); in TEST_F() 255 pthread_join(th0, &thr0_value); in TEST_F() 300 pthread_join(th0, &thr0_value); in TEST_F() 321 pthread_join(th0, &thr0_value); in TEST_F() 375 pthread_join(th0, &thr0_value); in TEST_F() 405 pthread_join(th0, &thr0_value); in TEST_F() 440 pthread_join(th0, &thr0_value); in TEST_F() 485 pthread_join(th0, &thr0_value); in TEST_F() 540 pthread_join(th0, &thr0_value); in TEST_F()
|
| H A D | destroy.cc | 127 pthread_join(th0, NULL); in TEST_F() 128 pthread_join(th1, NULL); in TEST_F()
|
| H A D | dev_fuse_poll.cc | 219 pthread_join(th0, &th_ret); in TEST_F() 221 pthread_join(th1, &th_ret); in TEST_F() 223 pthread_join(th2, &th_ret); in TEST_F()
|
| /freebsd-13.1/tools/regression/tls/ttls4/ |
| H A D | ttls4.c | 36 pthread_join(td, NULL); in main() 41 pthread_join(td, NULL); in main()
|
| /freebsd-13.1/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-13.1/tools/regression/tls/ttls2/ |
| H A D | ttls2.c | 38 pthread_join(t1, 0); in main() 39 pthread_join(t2, 0); in main()
|
| /freebsd-13.1/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-13.1/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()
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | kcov.c | 177 pthread_join(thread, NULL); in ATF_TC_BODY() 322 pthread_join(thread, NULL); in thread_test() 379 pthread_join(thread, NULL); in ATF_TC_BODY() 385 pthread_join(thread, NULL); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cpp | 107 pthread_join(g_t[i], 0); in main() 116 pthread_join(t[i], 0); in main()
|
| /freebsd-13.1/sys/contrib/zstd/lib/common/ |
| H A D | threading.h | 102 #define ZSTD_pthread_join(a, b) pthread_join((a),(b)) 127 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
|
| /freebsd-13.1/contrib/googletest/googletest/m4/ |
| H A D | acx_pthread.m4 | 81 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 82 AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes) 173 # We check for pthread_join because it is in -lpthread on IRIX 180 [pthread_t th; pthread_join(th, 0); 284 [pthread_t th; pthread_join(th, 0); 304 [pthread_t th; pthread_join(th, 0); 323 [pthread_t th; pthread_join(th, 0);
|
| /freebsd-13.1/tools/regression/pthread/unwind/ |
| H A D | thread_normal_exit.cpp | 25 pthread_join(td, NULL); in main()
|