Symbol: pthread_join
crypto/openssh/auth-pam.c
603
pthread_join(ctxt->pam_thread, NULL);
include/pthread.h
200
int pthread_join(pthread_t, void **);
lib/libc/gen/_pthread_stubs.c
117
WR(stub_zero, pthread_join);
lib/libthread_xu/thread/thr_join.c
146
__strong_reference(_pthread_join, pthread_join);
lib/libusb/libusb10.c
218
pthread_join(td, &ptr);
sbin/hammer2/cmd_debug.c
377
pthread_join(thread, &res);
sbin/hammer2/cmd_debug.c
76
pthread_join(thread, NULL);
sbin/hammer2/cmd_service.c
326
pthread_join(conf[i].thread, NULL);
sbin/hammer2/cmd_service.c
479
pthread_join(conf->iocom_thread, NULL);
sbin/hammer2/cmd_service.c
727
pthread_join(ac->thread, &res);
sbin/svc/remote.c
175
if (pthread_join(scan->td, NULL) < 0)
sys/platform/vkernel64/platform/cothread.c
131
pthread_join(cotd->pthr, NULL);
test/debug/evfilt_user.c
31
pthread_join(td1, NULL);
test/debug/evfilt_user.c
32
pthread_join(td2, NULL);
test/interbench/interbench.c
481
if (pthread_join(th, thread_return))
test/libpthread/hello_d.c
32
error = pthread_join(thread, NULL);
test/libpthread/hello_s.c
39
error = pthread_join(thread, NULL);
test/libpthread/join_leak_d.c
72
if ((error = pthread_join(thread, NULL)) != 0) {
test/libpthread/mutex_d.c
1540
assert (pthread_join (states[i].tid, &exit_status) == 0);
test/libpthread/sem_d.c
114
pthread_join(threads[i], NULL);
test/libpthread/sem_d.c
126
pthread_join(threads[i], NULL);
test/libpthread/sigsuspend_d.c
278
pthread_join (suspender_tid, &exit_status);
test/libpthread/sigwait_d.c
296
pthread_join (tid, &exit_status);
test/stress/stress2/testcases/thr1/thr1.c
71
if (pthread_join(threads[i], NULL) != 0)
test/stress/stress2/testcases/thr2/thr2.c
80
if (pthread_join(threads[i], NULL) != 0)
test/stress/stress2/testcases/thr2/thr2.c
89
if (pthread_join(threads[i], NULL) != 0)
test/sysperf/umtx1.c
35
pthread_join(td2, NULL);
test/sysperf/umtx1.c
36
pthread_join(td1, NULL);
test/testcases/mem/mmap_1/mmap_1.c
44
pthread_join(threads[i], NULL);
test/testcases/threads/umtx_errno/umtx_errno.c
90
pthread_join(threads[i], NULL);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
407
pthread_join(ctx->t_tid, NULL);
usr.bin/dsynth/bulk.c
127
pthread_join(JobsAry[i].td, NULL);
usr.bin/vknet/vknet.c
192
pthread_join(stream1.thread, NULL);
usr.bin/vknet/vknet.c
193
pthread_join(stream2.thread, NULL);
usr.sbin/nscd/nscd.c
846
pthread_join(threads[i], NULL);