crypto/libressl/crypto/crypto_init.c
35
static pthread_t crypto_init_thread;
crypto/libressl/crypto/err/err.c
287
static pthread_t err_init_thread;
crypto/libressl/ssl/ssl_init.c
27
static pthread_t ssl_init_thread;
crypto/openssh/auth-pam.c
126
typedef pthread_t sp_pthread_t;
include/pthread.h
192
int pthread_create(pthread_t * __restrict,
include/pthread.h
195
int pthread_detach(pthread_t);
include/pthread.h
196
int pthread_equal(pthread_t, pthread_t);
include/pthread.h
199
int pthread_getcpuclockid(pthread_t, clockid_t *) __nonnull(2);
include/pthread.h
200
int pthread_join(pthread_t, void **);
include/pthread.h
242
pthread_t pthread_self(void);
include/pthread.h
251
int pthread_cancel(pthread_t);
include/pthread.h
257
int pthread_getprio(pthread_t);
include/pthread.h
258
int pthread_setprio(pthread_t, int);
include/pthread.h
288
int pthread_getschedparam(pthread_t, int * __restrict,
include/pthread.h
290
int pthread_setschedparam(pthread_t, int, const struct sched_param *)
include/pthread.h
303
int pthread_setschedprio(pthread_t, int);
include/pthread_np.h
50
typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
include/pthread_np.h
56
int pthread_attr_get_np(pthread_t, pthread_attr_t *);
include/pthread_np.h
60
int pthread_getaffinity_np(pthread_t, size_t, cpu_set_t *);
include/pthread_np.h
61
int pthread_getattr_np(pthread_t, pthread_attr_t *);
include/pthread_np.h
69
int pthread_resume_np(pthread_t);
include/pthread_np.h
70
void pthread_get_name_np(pthread_t, char *, size_t);
include/pthread_np.h
71
int pthread_getname_np(pthread_t, char *, size_t);
include/pthread_np.h
72
void pthread_set_name_np(pthread_t, const char *);
include/pthread_np.h
73
int pthread_setname_np(pthread_t, const char *);
include/pthread_np.h
74
int pthread_setaffinity_np(pthread_t, size_t, const cpu_set_t *);
include/pthread_np.h
77
int pthread_suspend_np(pthread_t);
include/pthread_np.h
80
int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
include/signal.h
63
int pthread_kill(pthread_t, int);
lib/libc/gen/_pthread_stubs.c
236
stub_equal(pthread_t a, pthread_t b)
lib/libc/gen/_pthread_stubs.c
261
stub_pthread_get_name_np(pthread_t a, char *name, size_t len)
lib/libc/gen/_pthread_stubs.c
268
stub_pthread_getname_np(pthread_t a, char *name, size_t len)
lib/libc/stdio/_flock_stub.c
100
pthread_t curthread = _pthread_self();
lib/libc/stdio/_flock_stub.c
52
pthread_t curthread = _pthread_self();
lib/libc/stdio/_flock_stub.c
79
pthread_t curthread = _pthread_self();
lib/libc/stdio/priv_stdio.h
91
pthread_t _fl_owner; /* current owner */
lib/libcuse/cuse_lib.c
469
pthread_t curr = pthread_self();
lib/libcuse/cuse_lib.c
616
pthread_t curr = pthread_self();
lib/libcuse/cuse_lib.c
67
pthread_t thread;
lib/librt/aio.c
56
pthread_t thr;
lib/libthread_xu/thread/thr_affinity.c
41
_pthread_getaffinity_np(pthread_t thread, size_t cpusetsize,
lib/libthread_xu/thread/thr_affinity.c
44
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_affinity.c
79
_pthread_setaffinity_np(pthread_t thread, size_t cpusetsize,
lib/libthread_xu/thread/thr_affinity.c
82
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_attr.c
556
_pthread_getattr_np(pthread_t thread, pthread_attr_t *attr)
lib/libthread_xu/thread/thr_attr.c
73
_pthread_attr_get_np(pthread_t pid, pthread_attr_t *dst)
lib/libthread_xu/thread/thr_attr.c
75
pthread_t curthread;
lib/libthread_xu/thread/thr_barrier.c
80
pthread_t curthread;
lib/libthread_xu/thread/thr_cancel.c
106
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cancel.c
136
_thr_cancel_enter(pthread_t curthread)
lib/libthread_xu/thread/thr_cancel.c
149
_thr_cancel_leave(pthread_t curthread, int previous)
lib/libthread_xu/thread/thr_cancel.c
36
_pthread_cancel(pthread_t pthread)
lib/libthread_xu/thread/thr_cancel.c
38
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cancel.c
69
testcancel(pthread_t curthread)
lib/libthread_xu/thread/thr_cancel.c
81
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_clean.c
44
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_clean.c
61
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cond.c
129
init_static(pthread_t thread, pthread_cond_t *cond)
lib/libthread_xu/thread/thr_cond.c
157
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cond.c
206
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cond.c
234
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_cond.c
363
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_create.c
218
pthread_t curthread = (pthread_t)arg;
lib/libthread_xu/thread/thr_create.c
51
_pthread_create(pthread_t * __restrict thread,
lib/libthread_xu/thread/thr_create.c
58
pthread_t curthread, new_thread;
lib/libthread_xu/thread/thr_detach.c
37
_pthread_detach(pthread_t pthread)
lib/libthread_xu/thread/thr_detach.c
39
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_distribute.c
31
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_distribute.c
32
pthread_t td;
lib/libthread_xu/thread/thr_equal.c
37
_pthread_equal(pthread_t t1, pthread_t t2)
lib/libthread_xu/thread/thr_event.c
31
pthread_t _thread_last_event;
lib/libthread_xu/thread/thr_event.c
45
_thr_report_creation(pthread_t curthread, pthread_t newthread)
lib/libthread_xu/thread/thr_event.c
58
_thr_report_death(pthread_t curthread)
lib/libthread_xu/thread/thr_exit.c
102
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_exit.c
132
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_exit.c
81
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_fork.c
120
pthread_t curthread;
lib/libthread_xu/thread/thr_fork.c
137
pthread_t curthread;
lib/libthread_xu/thread/thr_fork.c
168
pthread_t curthread;
lib/libthread_xu/thread/thr_fork.c
89
pthread_t curthread;
lib/libthread_xu/thread/thr_getcpuclockid.c
38
_pthread_getcpuclockid(pthread_t pthread, clockid_t *clock_id)
lib/libthread_xu/thread/thr_getprio.c
39
_pthread_getprio(pthread_t pthread)
lib/libthread_xu/thread/thr_getschedparam.c
43
_pthread_getschedparam(pthread_t pthread, int * __restrict policy,
lib/libthread_xu/thread/thr_getschedparam.c
46
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_getthreadid_np.c
38
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_info.c
111
_pthread_get_name_np(pthread_t thread, char *buf, size_t len)
lib/libthread_xu/thread/thr_info.c
45
_pthread_setname_np(pthread_t thread, const char *name)
lib/libthread_xu/thread/thr_info.c
47
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_info.c
72
_pthread_set_name_np(pthread_t thread, const char *name)
lib/libthread_xu/thread/thr_info.c
79
_pthread_getname_np(pthread_t thread, char *name, size_t len)
lib/libthread_xu/thread/thr_info.c
81
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_init.c
187
pthread_t _thr_initial;
lib/libthread_xu/thread/thr_init.c
198
static void init_main_thread(pthread_t thread);
lib/libthread_xu/thread/thr_init.c
238
_libpthread_init(pthread_t curthread)
lib/libthread_xu/thread/thr_init.c
322
init_main_thread(pthread_t thread)
lib/libthread_xu/thread/thr_join.c
36
int _pthread_timedjoin_np(pthread_t pthread, void **thread_return,
lib/libthread_xu/thread/thr_join.c
39
static int join_common(pthread_t, void **, const struct timespec *);
lib/libthread_xu/thread/thr_join.c
43
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_join.c
44
pthread_t pthread = (pthread_t)arg;
lib/libthread_xu/thread/thr_join.c
52
_pthread_join(pthread_t pthread, void **thread_return)
lib/libthread_xu/thread/thr_join.c
58
_pthread_timedjoin_np(pthread_t pthread, void **thread_return,
lib/libthread_xu/thread/thr_join.c
69
join_common(pthread_t pthread, void **thread_return,
lib/libthread_xu/thread/thr_join.c
72
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_kern.c
101
_thr_send_sig(pthread_t thread, int sig)
lib/libthread_xu/thread/thr_kern.c
120
_thr_set_sched_other_prio(pthread_t pth __unused, int prio)
lib/libthread_xu/thread/thr_kern.c
198
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_kern.c
214
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_kern.c
69
_thr_signal_block(pthread_t curthread)
lib/libthread_xu/thread/thr_kern.c
88
_thr_signal_unblock(pthread_t curthread)
lib/libthread_xu/thread/thr_kill.c
41
_pthread_kill(pthread_t pthread, int sig)
lib/libthread_xu/thread/thr_kill.c
43
pthread_t curthread;
lib/libthread_xu/thread/thr_list.c
104
_thr_gc(pthread_t curthread)
lib/libthread_xu/thread/thr_list.c
106
pthread_t td, td_next;
lib/libthread_xu/thread/thr_list.c
149
pthread_t
lib/libthread_xu/thread/thr_list.c
150
_thr_alloc(pthread_t curthread)
lib/libthread_xu/thread/thr_list.c
152
pthread_t thread = NULL;
lib/libthread_xu/thread/thr_list.c
190
_thr_free(pthread_t curthread, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
225
thr_destroy(pthread_t curthread __unused, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
239
_thr_link(pthread_t curthread, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
257
_thr_unlink(pthread_t curthread, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
266
_thr_hash_add(pthread_t thread)
lib/libthread_xu/thread/thr_list.c
275
_thr_hash_remove(pthread_t thread)
lib/libthread_xu/thread/thr_list.c
280
pthread_t
lib/libthread_xu/thread/thr_list.c
281
_thr_hash_find(pthread_t thread)
lib/libthread_xu/thread/thr_list.c
283
pthread_t td;
lib/libthread_xu/thread/thr_list.c
300
_thr_ref_add(pthread_t curthread, pthread_t thread,
lib/libthread_xu/thread/thr_list.c
320
_thr_ref_delete(pthread_t curthread, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
328
_thr_ref_delete_unlocked(pthread_t curthread __unused, pthread_t thread)
lib/libthread_xu/thread/thr_list.c
339
_thr_find_thread(pthread_t curthread __unused, pthread_t thread,
lib/libthread_xu/thread/thr_list.c
342
pthread_t pthread;
lib/libthread_xu/thread/thr_list.c
83
static void thr_destroy(pthread_t curthread, pthread_t thread);
lib/libthread_xu/thread/thr_mutex.c
115
mutex_log2(pthread_t curthread, pthread_mutex_t m, int op)
lib/libthread_xu/thread/thr_mutex.c
131
mutex_log2(pthread_t curthread __unused,
lib/libthread_xu/thread/thr_mutex.c
214
init_static(pthread_t thread, pthread_mutex_t *mutex)
lib/libthread_xu/thread/thr_mutex.c
230
init_static_private(pthread_t thread, pthread_mutex_t *mutex)
lib/libthread_xu/thread/thr_mutex.c
281
_mutex_fork(pthread_t curthread, lwpid_t tid)
lib/libthread_xu/thread/thr_mutex.c
292
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_mutex.c
344
mutex_trylock_common(pthread_t curthread, pthread_mutex_t *mutex)
lib/libthread_xu/thread/thr_mutex.c
370
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_mutex.c
390
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_mutex.c
406
mutex_lock_common(pthread_t curthread, pthread_mutex_t *mutex,
lib/libthread_xu/thread/thr_mutex.c
454
pthread_t curthread;
lib/libthread_xu/thread/thr_mutex.c
476
pthread_t curthread;
lib/libthread_xu/thread/thr_mutex.c
501
pthread_t curthread;
lib/libthread_xu/thread/thr_mutex.c
526
pthread_t curthread;
lib/libthread_xu/thread/thr_mutex.c
645
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_mutex.c
735
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_mutex.c
760
_mutex_unlock_private(pthread_t pthread)
lib/libthread_xu/thread/thr_private.h
613
extern pthread_t _thr_initial;
lib/libthread_xu/thread/thr_private.h
618
extern pthread_t _thread_last_event;
lib/libthread_xu/thread/thr_private.h
662
void _mutex_notify_priochange(pthread_t, pthread_t, int);
lib/libthread_xu/thread/thr_private.h
663
void _mutex_fork(pthread_t, lwpid_t tid);
lib/libthread_xu/thread/thr_private.h
664
void _mutex_unlock_private(pthread_t);
lib/libthread_xu/thread/thr_private.h
672
void _libpthread_init(pthread_t);
lib/libthread_xu/thread/thr_private.h
673
pthread_t _thr_alloc(pthread_t);
lib/libthread_xu/thread/thr_private.h
680
int _thr_ref_add(pthread_t, pthread_t, int);
lib/libthread_xu/thread/thr_private.h
681
void _thr_ref_delete(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
682
void _thr_ref_delete_unlocked(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
683
int _thr_find_thread(pthread_t, pthread_t, int);
lib/libthread_xu/thread/thr_private.h
692
void _thr_free(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
693
void _thr_gc(pthread_t);
lib/libthread_xu/thread/thr_private.h
699
int _thr_cancel_enter(pthread_t);
lib/libthread_xu/thread/thr_private.h
700
void _thr_cancel_leave(pthread_t, int);
lib/libthread_xu/thread/thr_private.h
701
void _thr_signal_block(pthread_t);
lib/libthread_xu/thread/thr_private.h
702
void _thr_signal_unblock(pthread_t);
lib/libthread_xu/thread/thr_private.h
705
int _thr_send_sig(pthread_t, int sig);
lib/libthread_xu/thread/thr_private.h
707
void _thr_hash_add(pthread_t);
lib/libthread_xu/thread/thr_private.h
708
void _thr_hash_remove(pthread_t);
lib/libthread_xu/thread/thr_private.h
709
pthread_t _thr_hash_find(pthread_t);
lib/libthread_xu/thread/thr_private.h
710
void _thr_link(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
711
void _thr_unlink(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
712
void _thr_suspend_check(pthread_t);
lib/libthread_xu/thread/thr_private.h
714
void _thr_ast(pthread_t);
lib/libthread_xu/thread/thr_private.h
716
void _thr_report_creation(pthread_t, pthread_t);
lib/libthread_xu/thread/thr_private.h
717
void _thr_report_death(pthread_t);
lib/libthread_xu/thread/thr_private.h
722
int _thr_set_sched_other_prio(pthread_t, int);
lib/libthread_xu/thread/thr_pspinlock.c
110
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_pspinlock.c
75
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_pspinlock.c
86
pthread_t curthread;
lib/libthread_xu/thread/thr_resume_np.c
40
static void resume_common(pthread_t thread);
lib/libthread_xu/thread/thr_resume_np.c
44
_pthread_resume_np(pthread_t thread)
lib/libthread_xu/thread/thr_resume_np.c
46
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_resume_np.c
63
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_resume_np.c
64
pthread_t thread;
lib/libthread_xu/thread/thr_resume_np.c
82
resume_common(pthread_t thread)
lib/libthread_xu/thread/thr_rwlock.c
158
init_static(pthread_t thread, pthread_rwlock_t *rwlock)
lib/libthread_xu/thread/thr_rwlock.c
184
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_rwlock.c
288
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_rwlock.c
334
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_rwlock.c
370
pthread_t curthread;
lib/libthread_xu/thread/thr_rwlock.c
421
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_self.c
38
pthread_t
lib/libthread_xu/thread/thr_sem.c
299
pthread_t curthread;
lib/libthread_xu/thread/thr_sem.c
341
pthread_t curthread;
lib/libthread_xu/thread/thr_setprio.c
38
_pthread_setprio(pthread_t pthread, int prio)
lib/libthread_xu/thread/thr_setschedparam.c
44
_pthread_setschedparam(pthread_t pthread, int policy,
lib/libthread_xu/thread/thr_setschedparam.c
47
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_sig.c
198
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_sig.c
224
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_sig.c
247
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_sig.c
294
pthread_t curthread;
lib/libthread_xu/thread/thr_sig.c
63
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_sig.c
71
_thr_ast(pthread_t curthread)
lib/libthread_xu/thread/thr_sig.c
82
_thr_suspend_check(pthread_t curthread)
lib/libthread_xu/thread/thr_spec.c
102
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_spec.c
192
pthread_t pthread;
lib/libthread_xu/thread/thr_spec.c
226
pthread_t pthread;
lib/libthread_xu/thread/thr_spec.c
49
pthread_t curthread;
lib/libthread_xu/thread/thr_spec.c
80
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_spinlock.c
116
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_spinlock.c
65
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_spinlock.c
73
pthread_t curthread;
lib/libthread_xu/thread/thr_spinlock.c
92
pthread_t curthread;
lib/libthread_xu/thread/thr_stack.c
87
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_suspend_np.c
116
suspend_common(pthread_t curthread, pthread_t thread, int waitok)
lib/libthread_xu/thread/thr_suspend_np.c
39
static int suspend_common(pthread_t, pthread_t, int);
lib/libthread_xu/thread/thr_suspend_np.c
43
_pthread_suspend_np(pthread_t thread)
lib/libthread_xu/thread/thr_suspend_np.c
45
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_suspend_np.c
70
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_suspend_np.c
71
pthread_t thread;
lib/libthread_xu/thread/thr_syscalls.c
169
pthread_t curthread;
lib/libthread_xu/thread/thr_syscalls.c
187
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
203
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
219
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
235
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
251
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
286
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
302
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
318
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
335
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
352
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
369
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
397
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
425
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
441
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
458
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
475
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
505
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
520
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
536
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
551
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
567
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
582
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
598
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
613
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
628
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
643
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
658
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
687
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
702
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
717
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
732
pthread_t curthread = tls_get_curthread();
lib/libthread_xu/thread/thr_syscalls.c
747
pthread_t curthread = tls_get_curthread();
lib/libusb/libusb10.c
210
pthread_t td;
lib/libusb/libusb10.h
97
pthread_t hotplug_handler;
lib/libusb/libusb10.h
98
pthread_t ctx_handler;
lib/libusb/libusb10.h
99
#define NO_THREAD ((pthread_t)-1)
sbin/hammer2/cmd_debug.c
321
pthread_t thread;
sbin/hammer2/cmd_debug.c
363
pthread_t thread;
sbin/hammer2/cmd_debug.c
61
pthread_t thread;
sbin/hammer2/cmd_service.c
1007
pthread_t thread;
sbin/hammer2/cmd_service.c
211
pthread_t thread;
sbin/hammer2/cmd_service.c
44
pthread_t thread;
sbin/hammer2/cmd_service.c
51
pthread_t iocom_thread;
sbin/hammer2/cmd_service.c
528
pthread_t thread;
sbin/hammer2/cmd_service.c
807
pthread_t thread;
sbin/hammer2/cmd_service.c
81
pthread_t thread;
sbin/hammer2/cmd_service.c
852
pthread_t thread;
sbin/hammer2/cmd_service.c
952
pthread_t thread;
sbin/svc/execute.c
63
pthread_t logtd;
sbin/svc/remote.c
44
pthread_t td;
sbin/udevd/udevd.h
67
pthread_t tid;
sys/platform/vkernel64/include/cothread.h
43
pthread_t pthr;
sys/platform/vkernel64/include/cothread.h
44
pthread_t pintr;
sys/platform/vkernel64/include/md_var.h
81
extern pthread_t ap_tids[MAXCPU];
sys/platform/vkernel64/x86_64/mp.c
144
pthread_t ap_tids[MAXCPU];
test/debug/evfilt_user.c
21
pthread_t td1;
test/debug/evfilt_user.c
22
pthread_t td2;
test/interbench/interbench.c
191
void set_thread_fifo(pthread_t pthread, int prio)
test/interbench/interbench.c
235
void set_thread_normal(pthread_t pthread)
test/interbench/interbench.c
472
void create_pthread(pthread_t * thread, pthread_attr_t * attr,
test/interbench/interbench.c
479
void join_pthread(pthread_t th, void **thread_return)
test/interbench/interbench.c
621
pthread_t burnthreads[ud.cpu_load];
test/interbench/interbench.h
48
pthread_t pthread;
test/interbench/interbench.h
49
pthread_t tk_pthread;
test/libpthread/hello_d.c
24
pthread_t thread;
test/libpthread/hello_s.c
26
pthread_t thread;
test/libpthread/join_leak_d.c
54
pthread_t thread;
test/libpthread/mutex_d.c
106
pthread_t tid;
test/libpthread/mutex_d.c
182
kern_switch (pthread_t pthread_out, pthread_t pthread_in)
test/libpthread/sem_d.c
62
pthread_t threads[NTHREADS];
test/libpthread/sigsuspend_d.c
130
send_thread_signal (pthread_t tid, int signo)
test/libpthread/sigsuspend_d.c
48
static pthread_t suspender_tid;
test/libpthread/sigsuspend_d.c
93
pthread_t self;
test/libpthread/sigwait_d.c
114
pthread_t tid;
test/libpthread/sigwait_d.c
90
send_thread_signal (pthread_t tid, int signo)
test/nvmm/demo/toyvirt/main.c
336
pthread_t thid;
test/pthread/setname/pthread_setname.c
36
pthread_t tid1, tid2, tid3;
test/stress/stress2/testcases/thr1/thr1.c
62
pthread_t threads[NTHREADS];
test/stress/stress2/testcases/thr2/thr2.c
71
pthread_t threads[NTHREADS];
test/sysperf/umtx1.c
22
pthread_t td1;
test/sysperf/umtx1.c
23
pthread_t td2;
test/testcases/mem/mmap_1/mmap_1.c
20
pthread_t th;
test/testcases/mem/mmap_1/mmap_1.c
21
pthread_t *threads;
test/testcases/mem/mmap_1/mmap_1.c
30
threads = malloc(nthreads * sizeof(pthread_t));
test/testcases/threads/umtx_errno/umtx_errno.c
48
pthread_t *threads;
test/testcases/threads/umtx_errno/umtx_errno.c
49
pthread_t th;
test/testcases/threads/umtx_errno/umtx_errno.c
58
threads = malloc(sizeof(pthread_t) * (nthreads + 1));
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
33
pthread_t t_tid;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
114
pthread_t t_tid;
usr.bin/dsynth/bulk.c
40
pthread_t td;
usr.bin/dsynth/dsynth.h
204
pthread_t td;
usr.bin/dsynth/dsynth.h
305
pthread_t td; /* pthread */
usr.bin/dsynth/subs.c
59
static pthread_t ETid;
usr.bin/sort/file.c
1561
pthread_t pth;
usr.bin/sort/radixsort.c
616
pthread_t pth;
usr.bin/vknet/vknet.h
73
pthread_t thread;
usr.sbin/nscd/nscd.c
590
pthread_t *threads;
usr.sbin/nscd/nscd.c
828
threads = (pthread_t *)calloc(1, sizeof(pthread_t) *
usr.sbin/vknetd/vknetd.c
381
pthread_t dummy_td;
usr.sbin/vknetd/vknetd.c
76
pthread_t dummy_td;