Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 25 of 141) sorted by relevance

123456

/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c53 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 Dt_cond.c105 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 Dt_mutex.c121 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
195 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
276 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
352 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
426 PTHREAD_REQUIRE(pthread_join(child, NULL)); in ATF_TC_BODY()
548 PTHREAD_REQUIRE(pthread_join(low, NULL)); in ATF_TC_BODY()
549 PTHREAD_REQUIRE(pthread_join(high, NULL)); in ATF_TC_BODY()
703 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY()
731 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY()
H A Dt_equal.c65 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 Dt_once.c117 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY()
181 PTHREAD_REQUIRE(pthread_join(thread, NULL)); in ATF_TC_BODY()
H A Dt_sem.c201 PTHREAD_REQUIRE(pthread_join(threads[i], NULL)); in ATF_TC_BODY()
269 PTHREAD_REQUIRE(pthread_join(t, NULL)); in before_start_test()
/freebsd-12.1/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c114 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-12.1/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c121 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 Dt_rmdirrace.c94 res = pthread_join(th2, NULL); in race()
97 res = pthread_join(th1, NULL); in race()
/freebsd-12.1/contrib/netbsd-tests/fs/ffs/
H A Dt_fifos.c136 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-12.1/tests/sys/fs/fusefs/
H A Dnotify.cc173 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 Ddev_fuse_poll.cc219 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()
H A Ddestroy.cc127 pthread_join(th0, NULL); in TEST_F()
128 pthread_join(th1, NULL); in TEST_F()
H A Dinterrupt.cc177 pthread_join(m_child, NULL); in TearDown()
360 pthread_join(th0, &thr0_value); in TEST_F()
463 pthread_join(th1, &thr1_value); in TEST_F()
464 pthread_join(th0, &thr0_value); in TEST_F()
537 pthread_join(th0, &thr0_value); in TEST_F()
740 pthread_join(th0, NULL); in TEST_F()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c163 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-12.1/tools/regression/tls/ttls4/
H A Dttls4.c36 pthread_join(td, NULL); in main()
41 pthread_join(td, NULL); in main()
/freebsd-12.1/tools/regression/tls/ttls2/
H A Dttls2.c38 pthread_join(t1, 0); in main()
39 pthread_join(t2, 0); in main()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_static.c84 pthread_join(t, NULL); in ATF_TC_BODY()
87 pthread_join(t, NULL); in ATF_TC_BODY()
H A Dt_tls_dynamic.c96 pthread_join(t, NULL); in ATF_TC_BODY()
99 pthread_join(t, NULL); in ATF_TC_BODY()
H A Dt_tls_dlopen.c102 pthread_join(t, NULL); in ATF_TC_BODY()
105 pthread_join(t, NULL); in ATF_TC_BODY()
/freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/
H A Dt_renamerace.c106 pthread_join(pt[0], NULL); in ATF_TC_BODY()
107 pthread_join(pt[1], NULL); in ATF_TC_BODY()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc107 pthread_join(g_t[i], 0); in main()
116 pthread_join(t[i], 0); in main()
/freebsd-12.1/contrib/googletest/googletest/m4/
H A Dacx_pthread.m481 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-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc409 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument
412 int res = REAL(pthread_join)(th, ret); in INTERCEPTOR()
446 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
/freebsd-12.1/tools/regression/pthread/unwind/
H A Dthread_normal_exit.cpp25 pthread_join(td, NULL); in main()

123456