distrib/special/libstubs/pthread_once.c
32
pthread_equal(pthread_t t1, pthread_t t2)
distrib/special/libstubs/pthread_once.c
37
pthread_t
distrib/special/libstubs/pthread_once.c
41
return (pthread_t) 1;
include/pthread.h
213
int pthread_create(pthread_t *, const pthread_attr_t *,
include/pthread.h
215
int pthread_detach(pthread_t);
include/pthread.h
216
int pthread_equal(pthread_t, pthread_t);
include/pthread.h
219
int pthread_join(pthread_t, void **);
include/pthread.h
223
int pthread_kill(pthread_t, int);
include/pthread.h
254
pthread_t pthread_self(void);
include/pthread.h
257
int pthread_cancel(pthread_t);
include/pthread.h
262
int pthread_getprio(pthread_t);
include/pthread.h
263
int pthread_setprio(pthread_t, int);
include/pthread.h
290
int pthread_getschedparam(pthread_t pthread, int *,
include/pthread.h
292
int pthread_setschedparam(pthread_t, int,
include/pthread.h
311
int pthread_getcpuclockid(pthread_t, clockid_t *);
include/pthread_np.h
42
typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
include/pthread_np.h
50
void pthread_get_name_np(pthread_t, char *, size_t);
include/pthread_np.h
51
void pthread_set_name_np(pthread_t, const char *);
include/pthread_np.h
52
int pthread_stackseg_np(pthread_t, stack_t *);
lib/libc/gmon/mcount.c
74
((pthread_t)TIB_GET()->tib_thread)->gmonparam : &_gmonparam;
lib/libc/include/thread_private.h
307
pthread_t owner;
lib/libc/include/thread_private.h
332
pthread_t owner;
lib/libc/include/thread_private.h
346
pthread_t owner;
lib/libc/include/thread_private.h
381
volatile pthread_t owner;
lib/libc/thread/rthread.c
252
pthread_t self = pthread_self();
lib/libc/thread/rthread.c
270
pthread_t self = pthread_self();
lib/libc/thread/rthread.c
295
pthread_t thread = &_initial_thread;
lib/libc/thread/rthread.c
333
pthread_t
lib/libc/thread/rthread.c
348
pthread_t thread = pthread_self();
lib/libc/thread/rthread.c
383
pthread_equal(pthread_t t1, pthread_t t2)
lib/libc/thread/rthread.h
25
void _rthread_tls_destructors(pthread_t);
lib/libc/thread/rthread_cond.c
76
pthread_t self = tib->tib_thread;
lib/libc/thread/rthread_file.c
177
pthread_t self = pthread_self();
lib/libc/thread/rthread_file.c
59
pthread_t owner;
lib/libc/thread/rthread_mutex.c
139
pthread_t self = pthread_self();
lib/libc/thread/rthread_mutex.c
229
pthread_t self = pthread_self();
lib/libc/thread/rthread_mutex.c
99
pthread_t self = pthread_self();
lib/libc/thread/rthread_sync.c
192
pthread_t self = pthread_self();
lib/libc/thread/rthread_sync.c
227
pthread_t next;
lib/libc/thread/rthread_sync.c
293
pthread_t self = tib->tib_thread;
lib/libc/thread/rthread_sync.c
294
pthread_t next;
lib/libc/thread/rthread_sync.c
449
pthread_t self = tib->tib_thread;
lib/libc/thread/rthread_sync.c
450
pthread_t next;
lib/libc/thread/rthread_sync.c
586
pthread_t thread;
lib/libc/thread/rthread_sync.c
634
pthread_t thread;
lib/libc/thread/rthread_sync.c
635
pthread_t p;
lib/libc/thread/rthread_sync.c
91
pthread_t self = pthread_self();
lib/libc/thread/rthread_tls.c
102
pthread_t self;
lib/libc/thread/rthread_tls.c
163
_rthread_tls_destructors(pthread_t thread)
lib/libcrypto/crypto_init.c
37
static pthread_t crypto_init_thread;
lib/libcrypto/err/err.c
129
pthread_t tid;
lib/libcrypto/err/err.c
246
static pthread_t err_init_thread;
lib/libcrypto/rsa/rsa_blinding.c
130
pthread_t tid;
lib/libcurses/curses.priv.h
676
# define GetThreadID() (((pthread_self)) ? pthread_self() : (pthread_t) getpid())
lib/libcurses/term.priv.h
232
pthread_t read_thread; /* The reading thread */
lib/libcurses/term.priv.h
280
pthread_t id;
lib/libcurses/tinfo/entries.c
137
pthread_t id = GetThreadID();
lib/libcurses/tinfo/lib_setup.c
896
pthread_t id = GetThreadID();
lib/libcurses/tinfo/lib_setup.c
915
pthread_t id = GetThreadID();
lib/librthread/rthread.c
107
pthread_t self = tib->tib_thread;
lib/librthread/rthread.c
157
_rthread_free(pthread_t thread)
lib/librthread/rthread.c
165
_thread_release(pthread_t thread)
lib/librthread/rthread.c
185
pthread_t thread;
lib/librthread/rthread.c
199
pthread_t thread = pthread_self();
lib/librthread/rthread.c
253
pthread_t thread;
lib/librthread/rthread.c
283
pthread_join(pthread_t thread, void **retval)
lib/librthread/rthread.c
287
pthread_t self;
lib/librthread/rthread.c
327
pthread_detach(pthread_t thread)
lib/librthread/rthread.c
347
pthread_create(pthread_t *threadp, const pthread_attr_t *attr,
lib/librthread/rthread.c
352
pthread_t thread;
lib/librthread/rthread.c
375
pthread_t self = pthread_self();
lib/librthread/rthread.c
425
pthread_kill(pthread_t thread, int sig)
lib/librthread/rthread.c
437
pthread_cancel(pthread_t thread)
lib/librthread/rthread.c
510
pthread_t self = pthread_self();
lib/librthread/rthread.c
525
pthread_t self = pthread_self();
lib/librthread/rthread.c
557
pthread_t thread;
lib/librthread/rthread.c
579
static pthread_t owner = NULL;
lib/librthread/rthread.c
584
pthread_t self = pthread_self();
lib/librthread/rthread.c
602
pthread_t next;
lib/librthread/rthread.c
96
pthread_t thread = v;
lib/librthread/rthread.h
74
pthread_t owner;
lib/librthread/rthread.h
86
struct stack *_rthread_alloc_stack(pthread_t);
lib/librthread/rthread_fork.c
57
pthread_t me;
lib/librthread/rthread_getcpuclockid.c
25
pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id)
lib/librthread/rthread_np.c
43
pthread_set_name_np(pthread_t thread, const char *name)
lib/librthread/rthread_np.c
53
pthread_get_name_np(pthread_t thread, char *name, size_t len)
lib/librthread/rthread_np.c
83
pthread_stackseg_np(pthread_t thread, stack_t *sinfo)
lib/librthread/rthread_rwlock.c
118
pthread_t self = pthread_self();
lib/librthread/rthread_rwlock.c
195
pthread_t self = pthread_self();
lib/librthread/rthread_rwlock.c
259
pthread_t self = pthread_self();
lib/librthread/rthread_rwlock_compat.c
157
pthread_t thread = pthread_self();
lib/librthread/rthread_rwlock_compat.c
222
pthread_t thread = pthread_self();
lib/librthread/rthread_rwlock_compat.c
223
pthread_t next;
lib/librthread/rthread_rwlock_compat.c
98
pthread_t thread = pthread_self();
lib/librthread/rthread_sched.c
121
pthread_getprio(pthread_t thread)
lib/librthread/rthread_sched.c
130
pthread_setprio(pthread_t thread, int priority)
lib/librthread/rthread_sched.c
32
pthread_getschedparam(pthread_t thread, int *policy,
lib/librthread/rthread_sched.c
46
pthread_setschedparam(pthread_t thread, int policy,
lib/librthread/rthread_sem.c
220
pthread_t self;
lib/librthread/rthread_sem.c
252
pthread_t self;
lib/librthread/rthread_sem_compat.c
235
pthread_t self;
lib/librthread/rthread_sem_compat.c
265
pthread_t self;
lib/librthread/rthread_spin_lock.c
101
pthread_t self = pthread_self();
lib/librthread/rthread_spin_lock.c
62
pthread_t self = pthread_self();
lib/librthread/rthread_spin_lock.c
82
pthread_t self = pthread_self();
lib/librthread/rthread_stack.c
24
_rthread_alloc_stack(pthread_t thread)
lib/libssl/ssl_init.c
27
static pthread_t ssl_init_thread;
regress/lib/libc/asr/bin/threads.c
89
pthread_t th[MAX_THREADS];
regress/lib/libc/locale/uselocale/uselocale.c
420
pthread_t child_thread;
regress/lib/libc/malloc/malloc_threaderr/malloc_threaderr.c
55
pthread_t t1, t2;
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
51
pthread_t thr;
regress/lib/libc/stdio_threading/include/local.h
51
pthread_t self, pthread[THREAD_COUNT];
regress/lib/libc/sys/t_getpid.c
110
pthread_t tid;
regress/lib/libpthread/barrier/barrier.c
25
pthread_t thr[10];
regress/lib/libpthread/blocked_close/blocked_close.c
62
pthread_t waiting_threads[WAITING_THREADS];
regress/lib/libpthread/blocked_close/blocked_close.c
63
pthread_t deadlock_thread;
regress/lib/libpthread/blocked_dup2/blocked_dup2.c
62
pthread_t waiting_threads[WAITING_THREADS];
regress/lib/libpthread/blocked_dup2/blocked_dup2.c
63
pthread_t deadlock_thread;
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
91
pthread_t test_thread, deadlock_finder;
regress/lib/libpthread/blocked_join/blocked_join.c
24
pthread_t mainthread = *(pthread_t *)arg;
regress/lib/libpthread/blocked_join/blocked_join.c
32
pthread_t d, t, self = pthread_self();
regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c
62
pthread_t waiting_threads[WAITING_THREADS];
regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c
63
pthread_t deadlock_thread;
regress/lib/libpthread/cancel/cancel.c
190
pthread_t child1, child2, child3, child4;
regress/lib/libpthread/cancel2/cancel2.c
81
pthread_t thread;
regress/lib/libpthread/cancel_wait/cancel_wait.c
54
pthread_t thread;
regress/lib/libpthread/close/close.c
120
pthread_t thread;
regress/lib/libpthread/close_race/close_race.c
54
pthread_t busy_threads[BUSY_THREADS], deadlock_thread;
regress/lib/libpthread/closefrom/closefrom.c
25
pthread_t thread;
regress/lib/libpthread/dlopen/dlopen.c
197
pthread_t tester;
regress/lib/libpthread/dlopen/dlopen.c
598
pthread_t t;
regress/lib/libpthread/dlopen/dlopen.c
82
int (*p_cancel)(pthread_t);
regress/lib/libpthread/dlopen/dlopen.c
85
int (*p_create)(pthread_t *, const pthread_attr_t *, void *(*)(void *), void *);
regress/lib/libpthread/dlopen/dlopen.c
86
int (*p_join)(pthread_t, void **);
regress/lib/libpthread/dlopen/dlopen.c
90
pthread_t (*p_self)(void);
regress/lib/libpthread/dup2_race/dup2_race.c
54
pthread_t busy_threads[BUSY_THREADS], deadlock_thread;
regress/lib/libpthread/earlysig/earlysig.c
37
pthread_t tid;
regress/lib/libpthread/errno/errno.c
18
pthread_t main_tid, t1_tid, t2_tid;
regress/lib/libpthread/execve/execve.c
74
pthread_t t1;
regress/lib/libpthread/fork/fork.c
65
pthread_t sleeper_thread;
regress/lib/libpthread/getaddrinfo/getaddrinfo.c
46
pthread_t threads[2];
regress/lib/libpthread/group/group.c
148
pthread_t thread[NGRPS];
regress/lib/libpthread/malloc_duel/malloc_duel.c
63
pthread_t child[NCHILDS];
regress/lib/libpthread/pcap/pcap.c
62
pthread_t pcap;
regress/lib/libpthread/pcap/pcap.c
63
pthread_t ping;
regress/lib/libpthread/poll/poll.c
56
pthread_t t;
regress/lib/libpthread/preemption/preemption.c
58
pthread_t thread;
regress/lib/libpthread/preemption_float/preemption_float.c
103
pthread_t thread[2];
regress/lib/libpthread/preemption_float/preemption_float.c
119
pthread_t thread;
regress/lib/libpthread/process_kill/process_kill.c
35
pthread_t t;
regress/lib/libpthread/pthread_atfork/pthread_atfork.c
110
pthread_t tid;
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
79
pthread_t thread;
regress/lib/libpthread/pthread_create/pthread_create.c
60
pthread_t thread;
regress/lib/libpthread/pthread_join/pthread_join.c
87
pthread_t thread;
regress/lib/libpthread/pthread_kill/pthread_kill.c
57
pthread_t thread1;
regress/lib/libpthread/pthread_kill/pthread_kill.c
58
pthread_t thread2;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
234
pthread_t thread;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
72
pthread_t thread;
regress/lib/libpthread/pthread_once/pthread_once.c
38
pthread_t tid;
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
124
pthread_t tr[NUM_READERS], tw;
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
40
pthread_t self = pthread_self();
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
55
pthread_t self = pthread_self();
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
70
pthread_t self = pthread_self();
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
92
pthread_t handlers[NTHREADS];
regress/lib/libpthread/pthread_specific/pthread_specific.c
72
pthread_t threads[NTHREADS];
regress/lib/libpthread/restart/accept/accept.c
43
pthread_t tid;
regress/lib/libpthread/restart/connect/connect.c
50
pthread_t tid;
regress/lib/libpthread/restart/kevent/kevent.c
37
pthread_t tid;
regress/lib/libpthread/restart/read/read.c
34
pthread_t tid;
regress/lib/libpthread/restart/readv/readv.c
38
pthread_t tid;
regress/lib/libpthread/restart/recvfrom/recvfrom.c
43
pthread_t tid;
regress/lib/libpthread/restart/recvmsg/recvmsg.c
49
pthread_t tid;
regress/lib/libpthread/select/select.c
130
pthread_t bg_thread, fg_thread;
regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c
22
pthread_t prod_th, cons_th;
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
34
pthread_t th;
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
31
pthread_t th;
regress/lib/libpthread/setjmp/setjmp.c
74
pthread_t child;
regress/lib/libpthread/setsockopt/1/setsockopt1.c
112
pthread_t accept_thread;
regress/lib/libpthread/setsockopt/1/setsockopt1.c
91
pthread_t connect_thread;
regress/lib/libpthread/setsockopt/2/setsockopt2.c
109
pthread_t connect_thread;
regress/lib/libpthread/setsockopt/2/setsockopt2.c
130
pthread_t accept_thread;
regress/lib/libpthread/setsockopt/3/setsockopt3.c
49
pthread_t connect_thread;
regress/lib/libpthread/setsockopt/3/setsockopt3.c
70
pthread_t accept_thread;
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
82
pthread_t accept_thread;
regress/lib/libpthread/sigdeliver/sigdeliver.c
46
pthread_t pthread;
regress/lib/libpthread/siginterrupt/siginterrupt.c
32
pthread_t tid;
regress/lib/libpthread/signal/signal.c
44
pthread_t slpr;
regress/lib/libpthread/signals/pthread_join/pthread_join.c
27
pthread_t tid = *(pthread_t *)arg;
regress/lib/libpthread/signals/pthread_join/pthread_join.c
38
pthread_t tid[2];
regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c
30
pthread_t tid;
regress/lib/libpthread/sigsuspend/sigsuspend.c
102
pthread_t self;
regress/lib/libpthread/sigsuspend/sigsuspend.c
50
static pthread_t suspender_tid;
regress/lib/libpthread/sigwait/sigwait.c
94
pthread_t tid;
regress/lib/libpthread/sleep/sleep.c
68
pthread_t thread[2];
regress/lib/libpthread/socket/1/socket1.c
117
pthread_t thread;
regress/lib/libpthread/socket/1/socket1.c
177
pthread_t thread;
regress/lib/libpthread/socket/2/socket2.c
178
pthread_t thread;
regress/lib/libpthread/socket/2/socket2.c
94
pthread_t thread, wthread;
regress/lib/libpthread/socket/2a/socket2a.c
99
pthread_t thread;
regress/lib/libpthread/socket/3/socket3.c
116
pthread_t accept_thread;
regress/lib/libpthread/socket/3/socket3.c
49
pthread_t connect_thread;
regress/lib/libpthread/spinlock/spinlock.c
33
pthread_t thr[10];
regress/lib/libpthread/stack/stack.c
60
pthread_t t;
regress/lib/libpthread/stdarg/stdarg.c
78
pthread_t t1, t2;
regress/lib/libpthread/switch/switch.c
87
pthread_t thread;
regress/misc/exceptions/threads/exceptions.cc
42
pthread_t p[N];
regress/misc/sse2/foo/foo.c
31
pthread_t thread;
regress/sys/dev/kcov/kcov.c
316
pthread_t th;
regress/sys/kern/clock_gettime/monotonicrelapse.c
20
void thread_spawn(pthread_t **, int, void *(*)(void *));
regress/sys/kern/clock_gettime/monotonicrelapse.c
37
pthread_t *thread;
regress/sys/kern/dup2_accept/dup2_accept.c
74
pthread_t tr;
regress/sys/kern/fork-exit/fork-exit.c
120
pthread_t *thrs;
regress/sys/kern/fork-exit/fork-exit.c
138
thrs = reallocarray(NULL, threads, sizeof(pthread_t));
regress/sys/kern/futex/futex.c
46
pthread_t thread;
regress/sys/kern/main-thread-exited/main-thread-exited.c
31
pthread_t t;
regress/sys/kern/noexec/noexec.c
348
pthread_t th;
regress/sys/kern/pipe/test-close.c
44
pthread_t th1, th2;
regress/sys/kern/pipe/test-kqueue.c
49
pthread_t c_th;
regress/sys/kern/pipe/test-run-down.c
149
pthread_t th;
regress/sys/kern/poll/poll_close.c
72
pthread_t t;
regress/sys/kern/select/select_close.c
71
pthread_t t;
regress/sys/kern/signal/sig-stop2/sig-stop2.c
61
pthread_t self, pthread[THREAD_COUNT];
regress/sys/kern/signal/sig-stop3/sig-stop3.c
46
pthread_t self, pthread[THREAD_COUNT];
regress/sys/kern/signal/sigprof/sigprof.c
38
pthread_t threads[NTHREADS + 1];
regress/sys/kern/signal/sigprof/sigprof.c
46
pthread_t self;
regress/sys/kern/signal/sigpthread/sigpthread.c
225
pthread_t tid;
regress/sys/kern/signal/sigpthread/sigpthread.c
53
pthread_t *threads;
regress/sys/kern/unixsockets/unconacc.c
169
pthread_t thr;
regress/sys/kern/unixsockets/unconacc.c
177
pthread_t thr;
regress/sys/kern/unixsockets/undgram_conclose.c
113
pthread_t thr;
regress/sys/kern/unixsockets/unfdpassfail.c
51
pthread_t thr;
regress/sys/kern/unixsockets/unsendrecvthr.c
207
pthread_t thr;
regress/sys/kern/unixsockets/unsendrecvthr.c
216
pthread_t thr;
regress/sys/kern/unixsockets/unsopassgc.c
260
pthread_t thr;
regress/sys/netinet/bindconnect/bindconnect.c
292
pthread_t *tsocket, *tclose, *tbind, *tconnect, *tdelroute;
regress/sys/netinet/bindconnect/bindconnect.c
439
tsocket = calloc(socket_num, sizeof(pthread_t));
regress/sys/netinet/bindconnect/bindconnect.c
448
tclose = calloc(close_num, sizeof(pthread_t));
regress/sys/netinet/bindconnect/bindconnect.c
457
tbind = calloc(bind_num, sizeof(pthread_t));
regress/sys/netinet/bindconnect/bindconnect.c
466
tconnect = calloc(connect_num, sizeof(pthread_t));
regress/sys/netinet/bindconnect/bindconnect.c
476
tdelroute = calloc(delroute_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
510
pthread_t *connect_thread, *accept_thread, *send_thread, *recv_thread,
regress/sys/netinet/tcpthread/tcpthread.c
691
connect_thread = calloc(connect_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
701
accept_thread = calloc(accept_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
711
send_thread = calloc(send_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
721
recv_thread = calloc(recv_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
731
close_thread = calloc(close_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
742
splice_thread = calloc(splice_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
752
unsplice_thread = calloc(unsplice_num, sizeof(pthread_t));
regress/sys/netinet/tcpthread/tcpthread.c
762
drop_thread = calloc(drop_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
524
pthread_t *connect_thread, *accept_thread, *send_thread, *recv_thread,
regress/sys/netinet/udpthread/udpthread.c
704
connect_thread = calloc(connect_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
714
accept_thread = calloc(accept_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
724
send_thread = calloc(send_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
734
recv_thread = calloc(recv_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
744
close_thread = calloc(close_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
755
splice_thread = calloc(splice_num, sizeof(pthread_t));
regress/sys/netinet/udpthread/udpthread.c
765
unsplice_thread = calloc(unsplice_num, sizeof(pthread_t));
sbin/unwind/libunbound/util/locks.h
152
typedef pthread_t ub_thread_type;
sys/lib/libkern/mcount.c
76
((pthread_t)TIB_GET()->tib_thread)->gmonparam : &_gmonparam;
usr.sbin/rpki-client/parser.c
1189
pthread_t writer, *workers;
usr.sbin/unbound/testcode/checklocks.c
792
checklock_thrcreate(pthread_t* id, void* (*func)(void*), void* arg)
usr.sbin/unbound/testcode/checklocks.c
906
checklock_thrjoin(pthread_t thread)
usr.sbin/unbound/testcode/checklocks.h
108
pthread_t id;
usr.sbin/unbound/testcode/checklocks.h
311
void checklock_thrcreate(pthread_t* thr, void* (*func)(void*), void* arg);
usr.sbin/unbound/testcode/checklocks.h
317
void checklock_thrjoin(pthread_t thread);
usr.sbin/unbound/testcode/checklocks.h
354
typedef pthread_t ub_thread_type;
usr.sbin/unbound/util/locks.h
152
typedef pthread_t ub_thread_type;
usr.sbin/vmd/vionet.c
94
pthread_t rx_thread;
usr.sbin/vmd/vionet.c
95
pthread_t tx_thread;
usr.sbin/vmd/vm.c
594
pthread_t *tid, evtid;
usr.sbin/vmd/vm.c
605
tid = calloc(vmc->vmc_ncpus, sizeof(pthread_t));