pthread_join
pthread_join(&clients[i]->thr, NULL);
pthread_join(thread_id, NULL);
err = pthread_join(t, &t_retval);
|| &pthread_join == 0
pthread_join(ctxt->pam_thread, NULL);
if (pthread_join(*handle, &thread_retval) != 0)
return pthread_join(thread, NULL) == 0;
return pthread_join(thread, NULL) == 0;
int pthread_join(pthread_t, void **);
STUB_FUNC2(pthread_join, PJT_JOIN, int, void *, void *)
remaining = (uintptr_t)pthread_join(threads[i], NULL);
pthread_join(thr, NULL);
ATF_CHECK_INTEQ(0, pthread_join(thr[i], &ret));
if (pthread_join(thr, &value_ptr) != 0)
error = pthread_join(thr[i], NULL);
ATF_REQUIRE_EQ(0, pthread_join(threads[i], NULL));
__weak_reference(_thr_join, pthread_join);
pthread_join(td, &ptr);
EXPECT_OK(pthread_join(early_thread, &thread_rval));
EXPECT_OK(pthread_join(child_thread, &thread_rval));
EXPECT_OK(pthread_join(child_thread2, &thread_rval));
pthread_join(subthread, NULL);
pthread_join(subthread, NULL);
EXPECT_OK(pthread_join(child_thread, &data));
if (pthread_join(threads[i], NULL) != 0)
if (pthread_join(threads[i], NULL)){
if (pthread_join(leader_th, NULL)){
if (pthread_join(follower_th, NULL)){
error = pthread_join(thr[i], &res);
pthread_join(th0, NULL);
pthread_join(th1, NULL);
pthread_join(th0, &th_ret);
pthread_join(th1, &th_ret);
pthread_join(th2, &th_ret);
pthread_join(m_child, NULL);
pthread_join(m_child, NULL);
pthread_join(th0, &thr0_value);
pthread_join(th1, &thr1_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, NULL);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(m_daemon_id, NULL);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, &thr0_value);
pthread_join(th0, NULL);
pthread_join(th0, &thr0_value);
pthread_join(m_killer_th, NULL);
REQUIRE(pthread_join(thread, NULL) == 0);
pthread_join(thread, NULL);
pthread_join(thread, NULL);
pthread_join(thread, NULL);
pthread_join(thread, NULL);
CHILD_REQUIRE_EQ(pthread_join(thread, NULL), 0);
CHILD_REQUIRE_EQ(pthread_join(t, NULL), 0);
if (pthread_join(t[0], NULL) != 0)
if (pthread_join(t[1], NULL) != 0)
CHILD_REQUIRE_EQ(pthread_join(threads[0], NULL), 0);
CHILD_REQUIRE_EQ(pthread_join(threads[1], NULL), 0);
ATF_REQUIRE(pthread_join(t, (void *)&rv) == 0);
ATF_REQUIRE(pthread_join(t, NULL) == 0);
error = pthread_join(thread[0], NULL);
error = pthread_join(thread[1], NULL);
ATF_REQUIRE(pthread_join(c->thr, NULL) == 0);
ATF_REQUIRE(pthread_join(clock_changer, NULL) == 0);
ATF_REQUIRE(pthread_join(t, NULL) == 0);
ATF_REQUIRE_EQ(0, pthread_join(writer, NULL));
ATF_REQUIRE_EQ(0, pthread_join(peeker, NULL));
ATF_REQUIRE_EQ(0, pthread_join(writer, NULL));
ATF_REQUIRE_EQ(0, pthread_join(reader, NULL));
ATF_REQUIRE(pthread_join(thr, NULL) == 0);
ATF_REQUIRE(pthread_join(thr, NULL) == 0);
ATF_REQUIRE(pthread_join(threads[j - 1], NULL) == 0);
ATF_REQUIRE(pthread_join(tid, NULL) == 0);
ret = pthread_join(th, &thret);
ret = pthread_join(th1, &thret1);
ret = pthread_join(th2, &thret2);
pthread_join(workers[i].w_thread, NULL);
pthread_join(td, &result);
pthread_join(thr, NULL);
pthread_join(td, NULL);
pthread_join(td, NULL);
pthread_join(td, NULL);
pthread_join(td, NULL);
pthread_join(td, NULL);
pthread_join(t1, 0);
pthread_join(t2, 0);
pthread_join(td, NULL);
pthread_join(td, NULL);
ret = pthread_join(prod[i], NULL);
ret = pthread_join(cons[0], NULL);
ret = pthread_join(cons[1], NULL);
if ((r = pthread_join(threads[i], NULL)) != 0)
if (pthread_join(threads[i], NULL) != 0)
if ((r = pthread_join(threads[i], NULL)) != 0)
if (pthread_join(thread[i], NULL) != 0) {
pthread_join(stat_thread, NULL);
pthread_join(targs[i].thread, NULL); /* blocking */
if (pthread_join(statep->hwd[i].hwd_thread, NULL)
if (pthread_join(statep->hts[i].hts_thread, NULL)
if (pthread_join(thread, NULL) != 0)
error = pthread_join(child, NULL);
pthread_join(bc->bc_btid[i], &jval);
pthread_join(tid, NULL);
rc = pthread_join(spinner_th, NULL);
pthread_join(crb->thread, NULL);
pthread_join(threads[i], NULL);
pthread_join(threads[i], NULL);
pthread_join(td.trm, &thread_ret);
pthread_join(mon, &thread_ret);
(void)pthread_join(tid, NULL);