Symbol: pthread_join
lib/libc/thread-stub/thread-stub.c
75
__weak_alias(pthread_join, __libc_thr_join)
lib/libisns/isns_util.c
236
error = pthread_join(*cfg_p->control_thread_p, &rv);
lib/libpthread/pthread.c
139
__strong_alias(__libc_thr_join,pthread_join)
lib/libpthread/pthread.h
52
int pthread_join(pthread_t, void **);
lib/libpthread/thrd.c
139
if (pthread_join(thrd, &ptr) == 0) {
lib/librumphijack/hijack.c
2300
pthread_join(pt, &trv_val);
lib/librumpuser/rumpuser_pth.c
127
KLOCK_WRAP((rv = pthread_join(*pt, NULL)));
sbin/iscsid/iscsid_main.c
668
pthread_join(event_thread, NULL);
sys/rump/net/lib/libvirtif/virtif_user.c
285
pthread_join(viu->viu_rcvthr, NULL);
sys/rump/net/lib/libwg/wg_user.c
433
pthread_join(wgu->wgu_rcvthr, NULL);
tests/crypto/opencrypto/h_thread.c
202
error = pthread_join(ta, NULL);
tests/crypto/opencrypto/h_thread.c
205
error = pthread_join(tb, NULL);
tests/crypto/opencrypto/h_thread.c
208
error = pthread_join(tc, NULL);
tests/dev/audio/audiotest.c
4154
pthread_join(tid, NULL);
tests/fs/common/fstest_lfs.c
126
pthread_join(args->ta_cleanerthread, NULL);
tests/fs/common/snapshot.c
212
RL(pthread_join(at[i], NULL));
tests/fs/ffs/t_fifos.c
136
pthread_join(ptw1, NULL);
tests/fs/ffs/t_fifos.c
137
pthread_join(ptw2, NULL);
tests/fs/ffs/t_fifos.c
138
pthread_join(ptr1, NULL);
tests/fs/ffs/t_fifos.c
139
pthread_join(ptr2, NULL);
tests/fs/nfs/t_mountd.c
104
pthread_join(pt, &fail);
tests/fs/tmpfs/t_renamerace.c
106
pthread_join(pt[0], NULL);
tests/fs/tmpfs/t_renamerace.c
107
pthread_join(pt[1], NULL);
tests/fs/vfs/t_renamerace.c
179
pthread_join(pt1[i], NULL);
tests/fs/vfs/t_renamerace.c
181
pthread_join(pt2[i], NULL);
tests/fs/vfs/t_renamerace.c
210
pthread_join(pt1, NULL);
tests/fs/vfs/t_renamerace.c
211
pthread_join(pt2, NULL);
tests/fs/vfs/t_renamerace.c
248
pthread_join(pt_rmdir, NULL);
tests/fs/vfs/t_renamerace.c
249
pthread_join(pt_rename1, NULL);
tests/fs/vfs/t_renamerace.c
250
pthread_join(pt_rename2, NULL);
tests/fs/vfs/t_rmdirrace.c
94
res = pthread_join(th2, NULL);
tests/fs/vfs/t_rmdirrace.c
97
res = pthread_join(th1, NULL);
tests/kernel/kqueue/t_scan.c
102
ATF_REQUIRE(pthread_join(t2, &v2) == 0);
tests/kernel/kqueue/t_scan.c
99
ATF_REQUIRE(pthread_join(t1, &v1) == 0);
tests/kernel/t_fdrestart.c
180
RZ(pthread_join(t, NULL)); /* wait for op to wake and fail */
tests/kernel/t_filedesc.c
100
pthread_join(pt, NULL);
tests/kernel/t_signal_and_fpu.c
148
RZ(pthread_join(meddler_thread, NULL));
tests/kernel/t_signal_and_fpu.c
149
RZ(pthread_join(tester_thread, &test_result));
tests/kernel/t_signal_and_sp.c
504
RZ(pthread_join(t, &sp));
tests/kernel/t_signal_and_sp.c
520
RZ(pthread_join(t, &sp));
tests/kernel/t_signal_and_sp.c
540
RZ(pthread_join(t, &sp));
tests/kernel/t_timeleft.c
96
ATF_REQUIRE(pthread_join(thr, NULL) == 0);
tests/lib/libc/gen/t_arc4random.c
279
RZ(pthread_join(thread, NULL));
tests/lib/libc/gen/t_nice.c
179
rv = pthread_join(tid[i], NULL);
tests/lib/libc/membar/t_dekker.c
146
error = pthread_join(t[i], NULL);
tests/lib/libc/membar/t_seqlock.c
174
error = pthread_join(t[i], NULL);
tests/lib/libc/membar/t_spinlock.c
142
error = pthread_join(t[i], NULL);
tests/lib/libc/net/h_nsd_recurse.c
108
assert(pthread_join(thr, &threval) == 0);
tests/lib/libc/stdlib/t_getenv_thread.c
163
ATF_CHECK(pthread_join(threads[j], NULL) == 0);
tests/lib/libc/stdlib/t_getenv_thread.c
188
ATF_CHECK(pthread_join(threads[j], NULL) == 0);
tests/lib/libc/stdlib/t_getenv_thread.c
213
ATF_CHECK(pthread_join(threads[j], NULL) == 0);
tests/lib/libc/stdlib/t_getenv_thread.c
238
ATF_CHECK(pthread_join(threads[j], NULL) == 0);
tests/lib/libc/sys/t_eventfd.c
213
ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
tests/lib/libc/sys/t_eventfd.c
646
ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
tests/lib/libc/sys/t_eventfd.c
723
ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
tests/lib/libc/sys/t_getpid.c
119
rv = pthread_join(tid, NULL);
tests/lib/libc/sys/t_mmap.c
473
pthread_join(thread, NULL);
tests/lib/libc/sys/t_poll.c
778
RZ(pthread_join(t, NULL));
tests/lib/libc/sys/t_poll.c
960
RZ(pthread_join(t, NULL));
tests/lib/libc/sys/t_poll.c
979
RZ(pthread_join(t, NULL));
tests/lib/libc/sys/t_ptrace_threads_wait.h
833
FORKEE_PTHREAD(pthread_join(wp_threads[i], NULL));
tests/lib/libc/sys/t_ptrace_threads_wait.h
836
FORKEE_PTHREAD(pthread_join(bp_threads[i], NULL));
tests/lib/libc/sys/t_ptrace_threads_wait.h
839
FORKEE_PTHREAD(pthread_join(sig_threads[i], NULL));
tests/lib/libc/sys/t_ptrace_threads_wait.h
94
rv = pthread_join(t[n], NULL);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1659
FORKEE_ASSERT(!pthread_join(t, NULL));
tests/lib/libc/sys/t_timerfd.c
497
ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
tests/lib/libc/sys/t_timerfd.c
754
ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
tests/lib/libc/tls/t_tls_dlopen.c
100
pthread_join(t, NULL);
tests/lib/libc/tls/t_tls_dlopen.c
103
pthread_join(t, NULL);
tests/lib/libc/tls/t_tls_dynamic.c
94
pthread_join(t, NULL);
tests/lib/libc/tls/t_tls_dynamic.c
97
pthread_join(t, NULL);
tests/lib/libc/tls/t_tls_static.c
84
pthread_join(t, NULL);
tests/lib/libc/tls/t_tls_static.c
87
pthread_join(t, NULL);
tests/lib/libpthread/cancelpoint.h
94
RZ(pthread_join(t, &result));
tests/lib/libpthread/h_resolv.c
208
pthread_join(threads[i], NULL);
tests/lib/libpthread/t_barrier.c
92
PTHREAD_REQUIRE(pthread_join(new[i], &joinval));
tests/lib/libpthread/t_cancellation.c
1011
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
103
RZ(pthread_join(*tp, &result));
tests/lib/libpthread/t_cancellation.c
1059
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1102
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1154
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1195
RZ(pthread_join(t, &result));
tests/lib/libpthread/t_cancellation.c
1252
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1311
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1359
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cancellation.c
1424
RZ(pthread_join(t, &result));
tests/lib/libpthread/t_cancellation.c
1460
RZ(pthread_join(t, &result));
tests/lib/libpthread/t_cancellation.c
591
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_cond.c
105
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_cond.c
166
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_cond.c
225
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_cond.c
293
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_cond.c
356
PTHREAD_REQUIRE(pthread_join(tid[i], NULL));
tests/lib/libpthread/t_cond.c
423
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_cond.c
474
PTHREAD_REQUIRE(pthread_join(new, NULL));
tests/lib/libpthread/t_cond.c
544
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/t_condwait.c
110
ATF_REQUIRE_EQ(pthread_join(child, NULL), 0); /* wait for terminate */
tests/lib/libpthread/t_detach.c
78
rv = pthread_join(t, NULL);
tests/lib/libpthread/t_equal.c
65
ATF_REQUIRE(pthread_join(t1, NULL) == 0);
tests/lib/libpthread/t_equal.c
66
ATF_REQUIRE(pthread_join(t2, NULL) == 0);
tests/lib/libpthread/t_fork.c
90
PTHREAD_REQUIRE(pthread_join(p, NULL));
tests/lib/libpthread/t_join.c
116
PTHREAD_REQUIRE(pthread_join(thread[i], &val));
tests/lib/libpthread/t_join.c
127
rv = pthread_join(thread[i], NULL);
tests/lib/libpthread/t_join.c
174
ATF_TP_ADD_TC(tp, pthread_join);
tests/lib/libpthread/t_join.c
53
ATF_TC(pthread_join);
tests/lib/libpthread/t_join.c
54
ATF_TC_HEAD(pthread_join, tc)
tests/lib/libpthread/t_join.c
61
ATF_TC_BODY(pthread_join, tc)
tests/lib/libpthread/t_join.c
66
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/t_join.c
92
rv = pthread_join(caller, NULL);
tests/lib/libpthread/t_kill.c
138
PTHREAD_REQUIRE(pthread_join(th[i].id, NULL));
tests/lib/libpthread/t_mutex.c
121
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_mutex.c
179
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_mutex.c
234
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_mutex.c
300
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_mutex.c
373
PTHREAD_REQUIRE(pthread_join(child, NULL));
tests/lib/libpthread/t_mutex.c
518
PTHREAD_REQUIRE(pthread_join(new, NULL));
tests/lib/libpthread/t_mutex.c
546
PTHREAD_REQUIRE(pthread_join(new, NULL));
tests/lib/libpthread/t_name.c
93
PTHREAD_REQUIRE(pthread_join(thr, NULL));
tests/lib/libpthread/t_once.c
125
PTHREAD_REQUIRE(pthread_join(threads[i], NULL));
tests/lib/libpthread/t_once.c
189
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/t_once.c
259
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_preempt.c
118
PTHREAD_REQUIRE(pthread_join(new, &joinval));
tests/lib/libpthread/t_sem.c
201
PTHREAD_REQUIRE(pthread_join(threads[i], NULL));
tests/lib/libpthread/t_sem.c
269
PTHREAD_REQUIRE(pthread_join(t, NULL));
tests/lib/libpthread/t_sigmask.c
196
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/t_sleep.c
96
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/t_stack.c
409
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_stack.c
417
RZ(pthread_join(t2, NULL));
tests/lib/libpthread/t_stack.c
449
RZ(pthread_join(t, NULL));
tests/lib/libpthread/t_stack.c
466
RZ(pthread_join(t2, NULL));
tests/lib/libpthread/t_swapcontext.c
103
PTHREAD_REQUIRE(pthread_join(thread, NULL));
tests/lib/libpthread/weak/lib/h_pthread_weak.c
70
RZ(pthread_join(t, &result));
tests/lib/librumpclient/h_execthr.c
135
pthread_join(pt, NULL);
tests/lib/semaphore/sem.c
164
pthread_join(pt, NULL);
tests/lib/semaphore/sem.c
202
pthread_join(pt, NULL);
tests/libexec/ld.elf_so/h_thread_local_dtor.c
90
if (pthread_join(thread, NULL))
tests/libexec/ld.elf_so/t_dlclose_thread.c
85
RZ(pthread_join(t[i], NULL));
tests/modules/t_kcov.c
219
pthread_join(thread, NULL);
tests/modules/t_kcov.c
433
pthread_join(thread, NULL);
tests/modules/t_kcov.c
479
pthread_join(thread, NULL);
tests/modules/t_kcov.c
532
pthread_join(thread[i], NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
114
pthread_join(pt, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
115
pthread_join(w1, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
116
pthread_join(w2, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
117
pthread_join(w3, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
118
pthread_join(w4, NULL);
tests/rump/rumpkern/h_client/h_stresscli.c
179
pthread_join(pt[j], NULL);
usr.sbin/nfsd/nfsd.c
564
pthread_join(workers[i], NULL);
usr.sbin/tprof/tprof.c
520
pthread_join(pt, NULL);