Symbol: pthread_join
include/pthread.h
219
int pthread_join(pthread_t, void **);
lib/librthread/pthread.h
63
PROTO_STD_DEPRECATED(pthread_join);
regress/lib/libc/asr/bin/threads.c
131
pthread_join(th[i], NULL);
regress/lib/libc/locale/uselocale/uselocale.c
478
if ((irc = pthread_join(child_thread, NULL)) != 0)
regress/lib/libc/malloc/malloc_threaderr/malloc_threaderr.c
65
pthread_join(t1, NULL);
regress/lib/libc/malloc/malloc_threaderr/malloc_threaderr.c
69
pthread_join(t2, NULL);
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
74
if ((r = pthread_join(thr, NULL)))
regress/lib/libc/stdio_threading/include/local.h
80
(r = pthread_join(pthread[i], NULL)))
regress/lib/libc/sys/t_getpid.c
120
rv = pthread_join(tid, NULL);
regress/lib/libpthread/barrier/barrier.c
41
CHECKr(pthread_join(thr[i], NULL));
regress/lib/libpthread/blocked_close/blocked_close.c
89
CHECKr(pthread_join(waiting_threads[j], &value_ptr));
regress/lib/libpthread/blocked_dup2/blocked_dup2.c
93
CHECKr(pthread_join(waiting_threads[j], &value_ptr));
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
117
CHECKr(pthread_join(test_thread, NULL));
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
139
CHECKr(pthread_join(test_thread, NULL));
regress/lib/libpthread/blocked_join/blocked_join.c
25
ASSERT(pthread_join(mainthread, NULL) == EDEADLK);
regress/lib/libpthread/blocked_join/blocked_join.c
52
CHECKr(pthread_join(t, NULL));
regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c
89
CHECKr(pthread_join(waiting_threads[j], &value_ptr));
regress/lib/libpthread/cancel/cancel.c
220
CHECKr(pthread_join(child4, NULL));
regress/lib/libpthread/cancel/cancel.c
221
CHECKr(pthread_join(child3, NULL));
regress/lib/libpthread/cancel/cancel.c
222
CHECKr(pthread_join(child2, NULL));
regress/lib/libpthread/cancel/cancel.c
223
CHECKr(pthread_join(child1, NULL));
regress/lib/libpthread/cancel2/cancel2.c
105
CHECKr(pthread_join(thread, &result));
regress/lib/libpthread/cancel2/cancel2.c
112
CHECKr(pthread_join(thread, &result));
regress/lib/libpthread/cancel2/cancel2.c
91
CHECKr(pthread_join(thread, &result));
regress/lib/libpthread/cancel2/cancel2.c
98
CHECKr(pthread_join(thread, &result));
regress/lib/libpthread/cancel_wait/cancel_wait.c
103
CHECKr(pthread_join(thread, &ret));
regress/lib/libpthread/cancel_wait/cancel_wait.c
71
CHECKr(pthread_join(thread, &ret));
regress/lib/libpthread/cancel_wait/cancel_wait.c
79
CHECKr(pthread_join(thread, &ret));
regress/lib/libpthread/cancel_wait/cancel_wait.c
87
CHECKr(pthread_join(thread, &ret));
regress/lib/libpthread/cancel_wait/cancel_wait.c
95
CHECKr(pthread_join(thread, &ret));
regress/lib/libpthread/close_race/close_race.c
73
CHECKr(pthread_join(busy_threads[j], &value_ptr));
regress/lib/libpthread/closefrom/closefrom.c
42
CHECKr(pthread_join(thread, &status));
regress/lib/libpthread/dup2_race/dup2_race.c
75
CHECKr(pthread_join(busy_threads[j], &value_ptr));
regress/lib/libpthread/earlysig/earlysig.c
47
pthread_join(tid, NULL);
regress/lib/libpthread/errno/errno.c
187
CHECKe(pthread_join(t1_tid, NULL));
regress/lib/libpthread/execve/execve.c
98
pthread_join(t1, NULL);
regress/lib/libpthread/getaddrinfo/getaddrinfo.c
57
CHECKr(pthread_join(threads[i], NULL));
regress/lib/libpthread/group/group.c
180
CHECKr(pthread_join(thread[gid], &result));
regress/lib/libpthread/malloc_duel/malloc_duel.c
72
CHECKr(pthread_join(child[i], NULL));
regress/lib/libpthread/poll/poll.c
130
CHECKr(pthread_join(t, &result));
regress/lib/libpthread/preemption_float/preemption_float.c
108
CHECKr(pthread_join(thread[0], (void **) &x));
regress/lib/libpthread/preemption_float/preemption_float.c
109
CHECKr(pthread_join(thread[1], (void **) &y));
regress/lib/libpthread/preemption_float/preemption_float.c
125
CHECKr(pthread_join(thread, (void **) &result));
regress/lib/libpthread/preemption_float/preemption_float.c
132
CHECKr(pthread_join(thread, (void **) &result));
regress/lib/libpthread/process_kill/process_kill.c
42
CHECKr(pthread_join(t, NULL));
regress/lib/libpthread/pthread_atfork/pthread_atfork.c
113
CHECKr(pthread_join(tid, NULL));
regress/lib/libpthread/pthread_atfork/pthread_atfork.c
116
CHECKr(pthread_join(tid, NULL));
regress/lib/libpthread/pthread_create/pthread_create.c
66
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/pthread_join/pthread_join.c
108
CHECKr(pthread_join(thread, (void **)(&status)));
regress/lib/libpthread/pthread_join/pthread_join.c
116
CHECKr(pthread_join(thread, (void **)(&status)));
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
85
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/pthread_once/pthread_once.c
41
CHECKr(pthread_join(tid, NULL));
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
148
pthread_join(tw, NULL);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
151
pthread_join(tr[i], NULL);
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
105
if (pthread_join(handlers[j], NULL) != 0)
regress/lib/libpthread/pthread_specific/pthread_specific.c
85
CHECKr(pthread_join(threads[i], NULL));
regress/lib/libpthread/restart/accept/accept.c
64
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/connect/connect.c
65
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/kevent/kevent.c
52
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/read/read.c
55
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/readv/readv.c
59
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/recvfrom/recvfrom.c
64
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/restart/recvmsg/recvmsg.c
70
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/select/select.c
143
CHECKr(pthread_join(fg_thread, NULL));
regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c
36
CHECKr(pthread_join(prod_th, NULL));
regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c
37
CHECKr(pthread_join(cons_th, NULL));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
58
CHECKr(pthread_join(th, NULL));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
78
CHECKr(pthread_join(th, NULL));
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
49
CHECKr(pthread_join(th, NULL));
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
69
CHECKr(pthread_join(th, NULL));
regress/lib/libpthread/setjmp/setjmp.c
84
CHECKr(pthread_join(child, &res));
regress/lib/libpthread/setjmp/setjmp.c
88
CHECKr(pthread_join(child, &res));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
105
CHECKr(pthread_join(connect_thread, NULL));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
115
CHECKr(pthread_join(accept_thread, NULL));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
123
CHECKr(pthread_join(connect_thread, NULL));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
133
CHECKr(pthread_join(accept_thread, NULL));
regress/lib/libpthread/setsockopt/3/setsockopt3.c
63
CHECKr(pthread_join(connect_thread, NULL));
regress/lib/libpthread/setsockopt/3/setsockopt3.c
73
CHECKr(pthread_join(accept_thread, NULL));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
87
CHECKr(pthread_join(accept_thread, NULL));
regress/lib/libpthread/sigdeliver/sigdeliver.c
64
CHECKr(pthread_join(pthread, NULL));
regress/lib/libpthread/siginterrupt/siginterrupt.c
54
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/signals/pthread_join/pthread_join.c
30
CHECKr(pthread_join(tid, &retval));
regress/lib/libpthread/signals/pthread_join/pthread_join.c
53
CHECKr(pthread_join(tid[1], &retval));
regress/lib/libpthread/sigsuspend/sigsuspend.c
253
CHECKr(pthread_join (suspender_tid, NULL));
regress/lib/libpthread/sigwait/sigwait.c
264
CHECKr(pthread_join (tid, NULL));
regress/lib/libpthread/sleep/sleep.c
81
CHECKr(pthread_join(thread[i], NULL));
regress/lib/libpthread/socket/1/socket1.c
170
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/socket/1/socket1.c
189
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/socket/2/socket2.c
170
CHECKr(pthread_join(wthread, NULL));
regress/lib/libpthread/socket/2/socket2.c
186
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/socket/2a/socket2a.c
108
CHECKr(pthread_join(thread, NULL));
regress/lib/libpthread/socket/3/socket3.c
109
CHECKr(pthread_join(connect_thread, NULL));
regress/lib/libpthread/socket/3/socket3.c
119
CHECKr(pthread_join(accept_thread, NULL));
regress/lib/libpthread/spinlock/spinlock.c
45
CHECKr(pthread_join(thr[i], NULL));
regress/lib/libpthread/stack/stack.c
100
CHECKr(pthread_join(t, &addr));
regress/lib/libpthread/stack/stack.c
113
CHECKr(pthread_join(t, &addr2));
regress/lib/libpthread/stack/stack.c
128
CHECKr(pthread_join(t, &addr));
regress/lib/libpthread/stack/stack.c
165
CHECKr(pthread_join(t, NULL));
regress/lib/libpthread/stdarg/stdarg.c
85
CHECKr(pthread_join(t1, NULL));
regress/lib/libpthread/stdarg/stdarg.c
86
CHECKr(pthread_join(t2, NULL));
regress/misc/exceptions/threads/exceptions.cc
48
if (pthread_join(p[i], NULL) != 0)
regress/sys/dev/kcov/kcov.c
323
if ((error = pthread_join(th, NULL)))
regress/sys/kern/futex/futex.c
73
assert(pthread_join(thread, NULL) == 0);
regress/sys/kern/futex/futex.c
78
assert(pthread_join(thread, NULL) == 0);
regress/sys/kern/noexec/noexec.c
353
if ((error = pthread_join(th, NULL)))
regress/sys/kern/pipe/test-close.c
76
error = pthread_join(th1, NULL);
regress/sys/kern/pipe/test-close.c
79
error = pthread_join(th2, NULL);
regress/sys/kern/pipe/test-kqueue.c
198
error = pthread_join(ctx->c_th, NULL);
regress/sys/kern/pipe/test-run-down.c
173
error = pthread_join(th, NULL);
regress/sys/kern/poll/poll_close.c
118
pthread_join(t, NULL);
regress/sys/kern/select/select_close.c
117
pthread_join(t, NULL);
regress/sys/kern/signal/sig-stop2/sig-stop2.c
84
(r = pthread_join(pthread[i], NULL)))
regress/sys/kern/signal/sigprof/sigprof.c
96
if (pthread_join(threads[i], NULL) != 0)
regress/sys/kern/signal/sigpthread/sigpthread.c
202
errno = pthread_join(threads[tnum], &val);
regress/sys/kern/unixsockets/unfdpassfail.c
96
error = pthread_join(thr, NULL);
regress/sys/netinet/bindconnect/bindconnect.c
496
errno = pthread_join(tsocket[n], (void **)&count);
regress/sys/netinet/bindconnect/bindconnect.c
507
errno = pthread_join(tclose[n], (void **)&count);
regress/sys/netinet/bindconnect/bindconnect.c
518
errno = pthread_join(tbind[n], (void **)&count);
regress/sys/netinet/bindconnect/bindconnect.c
529
errno = pthread_join(tconnect[n], (void **)&count);
regress/sys/netinet/bindconnect/bindconnect.c
540
errno = pthread_join(tdelroute[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
782
errno = pthread_join(connect_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
793
errno = pthread_join(accept_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
804
errno = pthread_join(send_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
815
errno = pthread_join(recv_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
826
errno = pthread_join(close_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
838
errno = pthread_join(splice_thread[n], (void **)&count);
regress/sys/netinet/tcpthread/tcpthread.c
849
errno = pthread_join(unsplice_thread[n],
regress/sys/netinet/tcpthread/tcpthread.c
861
errno = pthread_join(drop_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
786
errno = pthread_join(connect_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
797
errno = pthread_join(accept_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
808
errno = pthread_join(send_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
819
errno = pthread_join(recv_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
830
errno = pthread_join(close_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
842
errno = pthread_join(splice_thread[n], (void **)&count);
regress/sys/netinet/udpthread/udpthread.c
853
errno = pthread_join(unsplice_thread[n],
sbin/unwind/libunbound/util/locks.h
175
#define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL))
usr.sbin/rpki-client/parser.c
1291
if ((error = pthread_join(writer, NULL)) != 0)
usr.sbin/rpki-client/parser.c
1294
if ((error = pthread_join(workers[i], NULL)) != 0)
usr.sbin/unbound/testcode/checklocks.c
912
LOCKRET(pthread_join(thread, NULL));
usr.sbin/unbound/util/locks.h
175
#define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL))
usr.sbin/vmd/vionet.c
264
pthread_join(rx_thread, NULL);
usr.sbin/vmd/vionet.c
265
pthread_join(tx_thread, NULL);
usr.sbin/vmd/vm.c
737
if (pthread_join(tid[i], &exit_status)) {
usr.sbin/vmd/vm.c
749
if (pthread_join(evtid, &exit_status)) {