| /NextBSD/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_join.c | 57 ATF_TC(pthread_join); 58 ATF_TC_HEAD(pthread_join, tc) in ATF_TC_HEAD() argument 65 ATF_TC_BODY(pthread_join, tc) in ATF_TC_BODY() argument 70 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY() 96 rv = pthread_join(caller, NULL); in threadfunc1() 119 PTHREAD_REQUIRE(pthread_join(thread[i], &val)); in threadfunc1() 130 rv = pthread_join(thread[i], NULL); in threadfunc1() 178 ATF_TP_ADD_TC(tp, pthread_join); in ATF_TP_ADD_TCS()
|
| HD | 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() 544 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY()
|
| HD | t_mutex.c | 90 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 158 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 233 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY() 309 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
|
| HD | 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()
|
| HD | t_once.c | 118 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY() 182 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY()
|
| HD | t_sem.c | 204 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY() 272 PTHREAD_REQUIRE(pthread_join(t, NULL)); in before_start_test()
|
| /NextBSD/contrib/netbsd-tests/rump/rumpkern/h_client/ |
| HD | 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()
|
| /NextBSD/contrib/netbsd-tests/fs/vfs/ |
| HD | 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()
|
| HD | t_rmdirrace.c | 94 res = pthread_join(th2, NULL); in race() 97 res = pthread_join(th1, NULL); in race()
|
| /NextBSD/contrib/netbsd-tests/fs/ffs/ |
| HD | 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()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/ |
| HD | tsan_posix.cc | 66 EXPECT_EQ(pthread_join(th[0], 0), 0); in TEST() 68 EXPECT_EQ(pthread_join(th[1], 0), 0); in TEST() 69 EXPECT_EQ(pthread_join(th[2], 0), 0); in TEST() 87 EXPECT_EQ(pthread_join(th[i], 0), 0); in local_thread() 143 EXPECT_EQ(pthread_join(th, 0), 0); in TEST()
|
| HD | tsan_thread.cc | 53 pthread_join(threads[i % kAlive], 0); in TEST() 57 pthread_join(threads[i], 0); in TEST()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/stdlib/ |
| HD | 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()
|
| /NextBSD/tools/regression/tls/ttls4/ |
| HD | ttls4.c | 36 pthread_join(td, NULL); in main() 41 pthread_join(td, NULL); in main()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/ |
| HD | tsan_mutex_test.cc | 103 pthread_join(threads[i], 0); in TEST() 113 pthread_join(threads[i], 0); in TEST() 123 pthread_join(threads[i], 0); in TEST()
|
| /NextBSD/tools/regression/tls/ttls2/ |
| HD | ttls2.c | 38 pthread_join(t1, 0); in main() 39 pthread_join(t2, 0); in main()
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_racy_double_free_test.cc | 30 pthread_join(t[0], 0); in main() 31 pthread_join(t[1], 0); in main()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/tls/ |
| HD | t_tls_static.c | 84 pthread_join(t, NULL); in ATF_TC_BODY() 87 pthread_join(t, NULL); in ATF_TC_BODY()
|
| HD | t_tls_dynamic.c | 96 pthread_join(t, NULL); in ATF_TC_BODY() 99 pthread_join(t, NULL); in ATF_TC_BODY()
|
| HD | t_tls_dlopen.c | 102 pthread_join(t, NULL); in ATF_TC_BODY() 105 pthread_join(t, NULL); in ATF_TC_BODY()
|
| /NextBSD/contrib/netbsd-tests/fs/tmpfs/ |
| HD | t_renamerace.c | 106 pthread_join(pt[0], NULL); in ATF_TC_BODY() 107 pthread_join(pt[1], NULL); in ATF_TC_BODY()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/benchmarks/ |
| HD | vts_many_threads_bench.cc | 107 pthread_join(g_t[i], 0); in main() 116 pthread_join(t[i], 0); in main()
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_interceptors.cc | 253 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument 256 int res = REAL(pthread_join)(th, ret); in INTERCEPTOR() 279 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_linux_test.cc | 80 pthread_join(pthread_ids_[i], NULL); in TearDown() 210 ASSERT_EQ(0, pthread_join(tid, &result)); in TEST() 229 ASSERT_EQ(0, pthread_join(tid, &result)); in TEST()
|
| HD | sanitizer_stoptheworld_test.cc | 86 ASSERT_EQ(0, pthread_join(thread_id, NULL)); in TEST() 188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL)); in TEST()
|