Symbol: pthread_t
usr/src/cmd/acpi/common/osunixxf.c
1608
pthread_t thread;
usr/src/cmd/acpi/common/osunixxf.c
1636
pthread_t thread;
usr/src/cmd/auditd/auditd.c
177
pthread_t tid;
usr/src/cmd/auditd/plugin.h
74
pthread_t plg_tid; /* thread id */
usr/src/cmd/bhyve/common/bhyverun.c
416
pthread_t thr;
usr/src/cmd/bhyve/common/block_if.c
107
pthread_t be_tid;
usr/src/cmd/bhyve/common/block_if.c
134
pthread_t bc_btid[BLOCKIF_NUMTHR];
usr/src/cmd/bhyve/common/block_if.c
208
blockif_dequeue(struct blockif_ctxt *bc, pthread_t t, struct blockif_elem **bep)
usr/src/cmd/bhyve/common/block_if.c
453
pthread_t t;
usr/src/cmd/bhyve/common/hda_codec.c
148
pthread_t tid;
usr/src/cmd/bhyve/common/mevent.c
85
static pthread_t mevent_tid;
usr/src/cmd/bhyve/common/pci_e82545.c
276
pthread_t esc_tx_tid;
usr/src/cmd/bhyve/common/pci_nvme.c
372
pthread_t aen_tid;
usr/src/cmd/bhyve/common/pci_virtio_net.c
127
pthread_t tx_tid;
usr/src/cmd/bhyve/common/pci_virtio_scsi.h
149
pthread_t vsw_thread;
usr/src/cmd/bhyve/common/pci_virtio_viona.c
935
pthread_t tid;
usr/src/cmd/bhyve/common/privileges.c
43
static pthread_t priv_thread;
usr/src/cmd/bhyve/common/rfb_impl.h
226
pthread_t rc_rx_tid;
usr/src/cmd/bhyve/common/rfb_impl.h
227
pthread_t rc_tx_tid;
usr/src/cmd/bhyve/common/tpm_intf_crb.c
185
pthread_t thread;
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
214
pthread_t tid;
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
272
pthread_t tid;
usr/src/cmd/bhyve/test/tests/mevent/testlib.c
65
pthread_t tid;
usr/src/cmd/cmd-inet/lib/ipmgmtd/ipmgmt_persist.c
581
pthread_t tid;
usr/src/cmd/cmd-inet/lib/nwamd/enm.c
337
pthread_t script;
usr/src/cmd/cmd-inet/lib/nwamd/main.c
179
pthread_t sighand;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.h
103
pthread_t nwamd_link_dlpi_thread;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.h
86
pthread_t nwamd_link_wifi_scan_thread;
usr/src/cmd/cmd-inet/lib/nwamd/ncu.h
87
pthread_t nwamd_link_wifi_monitor_thread;
usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c
1497
pthread_t wifi_thread;
usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c
1720
pthread_t wifi_thread;
usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c
1814
pthread_t wifi_thread;
usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c
85
static pthread_t v4_routing, v6_routing;
usr/src/cmd/cmd-inet/usr.lib/bridged/main.c
57
static pthread_t sighand;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
591
pthread_t tid;
usr/src/cmd/dtrace/test/tst/common/threadname/tst.threadname.c
90
pthread_t tids[NR_THREADS];
usr/src/cmd/fm/fmd/common/fmd.h
80
pthread_t d_panictid; /* tid of thread forcing a panic */
usr/src/cmd/fm/fmd/common/fmd_api.c
1734
pthread_t
usr/src/cmd/fm/fmd/common/fmd_api.c
1739
pthread_t tid;
usr/src/cmd/fm/fmd/common/fmd_api.c
1762
fmd_thr_destroy(fmd_hdl_t *hdl, pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_api.c
1809
fmd_thr_signal(fmd_hdl_t *hdl, pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_api.c
1827
pthread_t tid = pthread_self();
usr/src/cmd/fm/fmd/common/fmd_api.c
1847
pthread_t tid;
usr/src/cmd/fm/fmd/common/fmd_api.h
216
extern pthread_t fmd_thr_create(fmd_hdl_t *, void (*)(void *), void *);
usr/src/cmd/fm/fmd/common/fmd_api.h
217
extern void fmd_thr_destroy(fmd_hdl_t *, pthread_t);
usr/src/cmd/fm/fmd/common/fmd_api.h
218
extern void fmd_thr_signal(fmd_hdl_t *, pthread_t);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
46
pthread_t trw_tid;
usr/src/cmd/fm/fmd/common/fmd_module.c
755
pthread_t self = pthread_self();
usr/src/cmd/fm/fmd/common/fmd_module.c
868
pthread_t tid = pthread_self();
usr/src/cmd/fm/fmd/common/fmd_module.h
103
pthread_t mod_owner; /* tid of thread that set MOD_LOCK */
usr/src/cmd/fm/fmd/common/fmd_subr.c
66
pthread_t tid = pthread_self();
usr/src/cmd/fm/fmd/common/fmd_thread.c
35
fmd_thread_xcreate(fmd_module_t *mp, pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_thread.h
42
pthread_t thr_tid; /* thread identifier */
usr/src/cmd/fm/fmd/common/fmd_thread.h
51
extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
usr/src/cmd/fm/fmd/common/fmd_time.c
336
fmd_simulator_cancel(pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_time.c
364
fmd_native_cancel(pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_time.c
64
fmd_time_waitcancel(pthread_t tid)
usr/src/cmd/fm/fmd/common/fmd_time.h
48
void (*fto_waitcancel)(pthread_t);
usr/src/cmd/fm/fmd/common/fmd_time.h
66
extern void fmd_time_waitcancel(pthread_t);
usr/src/cmd/fm/fmdump/common/fmdump.c
734
pthread_t pl_thr; /* our processing thread */
usr/src/cmd/fm/modules/common/disk-monitor/hotplug_mgr.c
56
static pthread_t g_sysev_tid;
usr/src/cmd/fm/modules/common/disk-monitor/schg_mgr.c
40
static pthread_t g_schg_tid;
usr/src/cmd/fm/modules/common/ip-transport/ip.c
76
pthread_t ipx_tid; /* recv-side auxiliary thread */
usr/src/cmd/idmap/idmapd/adutils.c
117
static pthread_t reaperid = 0;
usr/src/cmd/idmap/idmapd/idmap_config.c
115
static pthread_t update_thread_handle = 0;
usr/src/cmd/idmap/idmapd/idmapd.c
119
pthread_t thread_id;
usr/src/cmd/isns/isnsd/door.c
1269
static thr_elem_t *match_entry(pthread_t tid)
usr/src/cmd/isns/isnsd/door.c
1288
add_entry(pthread_t tid, xmlChar *doc)
usr/src/cmd/isns/isnsd/door.c
1334
pthread_t tid;
usr/src/cmd/isns/isnsd/esi.c
1131
pthread_t tid;
usr/src/cmd/isns/isnsd/isns_mgmt.h
191
pthread_t thr_id;
usr/src/cmd/isns/isnsd/main.c
243
pthread_t port_tid, esi_tid, scn_tid;
usr/src/cmd/isns/isnsd/main.c
417
pthread_t tid;
usr/src/cmd/isns/isnsd/server.c
234
pthread_t tid;
usr/src/cmd/mdb/common/modules/libuutil/libuutil.c
39
pthread_t uu_panic_thread = 0;
usr/src/cmd/ndmpd/ndmp/ndmpd.h
466
pthread_t nz_sendrecv_thread; /* thread for send/recv */
usr/src/cmd/ndmpd/ndmp/ndmpd.h
467
pthread_t nz_tape_thread; /* thread for tape r/w */
usr/src/cmd/ndmpd/ndmp/ndmpd_data.c
1616
pthread_t tid;
usr/src/cmd/ndmpd/ndmp/ndmpd_tar.c
1280
pthread_t rdtp, wrtp;
usr/src/cmd/ndmpd/ndmp/ndmpd_tar3.c
2371
pthread_t rdtp;
usr/src/cmd/ndmpd/ndmp/ndmpd_tar3.c
3157
pthread_t rdtp;
usr/src/cmd/ndmpd/ndmp/ndmpd_tar3.c
3517
pthread_t rdtp;
usr/src/cmd/ndmpd/ndmp/ndmpd_tar3.c
3757
pthread_t tid;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
170
static pthread_t system_temp_thr_id;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
173
static pthread_t disk_temp_thr_id;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
175
static pthread_t fan_thr_id;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
180
static pthread_t pmthr_tid; /* pmthr thread ID */
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
127
static pthread_t ovtemp_thr1_id;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
130
static pthread_t ovtemp_thr2_id;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
132
static pthread_t dimm_fan_thr_id;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
134
static pthread_t disk_temp_thr_id;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
139
static pthread_t pmthr_tid; /* pmthr thread ID */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
322
static pthread_t envthr_tid; /* envthr thread ID */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
329
static pthread_t pmthr_tid; /* pmthr thread ID */
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
186
static pthread_t envthr_tid; /* envthr thread ID */
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
192
static pthread_t pmthr_tid; /* pmthr thread ID */
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
82
static pthread_t ledsthr_tid;
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
85
static pthread_t pollthr_tid;
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
252
static pthread_t ledsthr_tid;
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
315
static pthread_t ledsthr_tid;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
73
pthread_t thread;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
85
pthread_t timer_thread_id;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
112
static pthread_t ovtemp_thr_id;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
119
static pthread_t pmthr_tid; /* pmthr thread ID */
usr/src/cmd/pools/poold/poold.c
411
pthread_t hdl_thread;
usr/src/cmd/savecore/savecore.c
735
pthread_t tid;
usr/src/cmd/scadm/sparc/mpxu/common/modem_setup.c
56
static pthread_t modemListen;
usr/src/cmd/sendmail/include/libmilter/milter.h
25
typedef pthread_t sthread_t;
usr/src/cmd/smbsrv/smbd/smbd.h
102
pthread_t s_nbt_listener_id;
usr/src/cmd/smbsrv/smbd/smbd.h
103
pthread_t s_tcp_listener_id;
usr/src/cmd/smbsrv/smbd/smbd.h
95
pthread_t s_refresh_tid;
usr/src/cmd/smbsrv/smbd/smbd.h
96
pthread_t s_authsvc_tid;
usr/src/cmd/smbsrv/smbd/smbd.h
97
pthread_t s_localtime_tid;
usr/src/cmd/smbsrv/smbd/smbd.h
98
pthread_t s_spool_tid;
usr/src/cmd/smbsrv/smbd/smbd.h
99
pthread_t s_dc_monitor_tid;
usr/src/cmd/smbsrv/smbd/smbd_authsvc.c
158
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_authsvc.c
283
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_doorsvc.c
404
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_main.c
805
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_main.c
828
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_nicmon.c
74
pthread_t smbd_nicmon_tid;
usr/src/cmd/smbsrv/smbd/smbd_pipesvc.c
127
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_pipesvc.c
185
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_pipesvc.c
47
pthread_t tid;
usr/src/cmd/smbsrv/smbd/smbd_spool.c
409
pthread_t tid;
usr/src/cmd/smserverd/smediad.c
1509
pthread_t tid;
usr/src/cmd/stmfproxy/stmfproxy/stmfproxy.c
222
pthread_t tid;
usr/src/cmd/svc/configd/backend.c
102
pthread_t be_thread; /* thread holding lock */
usr/src/cmd/svc/configd/backend.c
196
pthread_t backend_panic_thread = 0;
usr/src/cmd/svc/configd/configd.h
530
pthread_t rc_insert_thr; /* single thread trying to insert */
usr/src/cmd/svc/configd/configd.h
531
pthread_t rc_notify_thr; /* single thread waiting for notify */
usr/src/cmd/svc/configd/configd.h
576
pthread_t rl_tid;
usr/src/cmd/svc/configd/configd.h
597
pthread_t ti_thread;
usr/src/cmd/svc/startd/startd.c
460
pthread_t
usr/src/cmd/svc/startd/startd.c
464
pthread_t tid;
usr/src/cmd/svc/startd/startd.h
439
pthread_t ri_method_thread;
usr/src/cmd/svc/startd/startd.h
755
pthread_t startd_thread_create(void *(*)(void *), void *);
usr/src/cmd/syslogd/syslogd.c
1003
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1034
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1066
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1109
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1205
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1739
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
1985
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2107
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
213
static pthread_t sys_thread; /* queues messages from us */
usr/src/cmd/syslogd/syslogd.c
214
static pthread_t net_thread; /* queues messages from the net */
usr/src/cmd/syslogd/syslogd.c
215
static pthread_t log_thread; /* message processing thread */
usr/src/cmd/syslogd/syslogd.c
216
static pthread_t hnl_thread; /* hostname lookup thread */
usr/src/cmd/syslogd/syslogd.c
2190
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2302
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2338
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2376
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2446
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2497
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2865
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
2892
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
301
pthread_t mythreadno = 0;
usr/src/cmd/syslogd/syslogd.c
3204
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3336
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3405
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3605
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3781
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3833
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
3990
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4098
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4127
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4150
pthread_t mythreadno = 0;
usr/src/cmd/syslogd/syslogd.c
4372
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4387
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4576
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4663
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4767
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4885
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
4947
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
5307
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
5346
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
5414
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
544
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
5494
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
615
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
685
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
797
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.c
968
pthread_t mythreadno;
usr/src/cmd/syslogd/syslogd.h
149
pthread_t f_thread; /* thread that handles this file */
usr/src/cmd/syslogd/syslogd.h
206
pthread_t thread;
usr/src/cmd/vscan/vscand/vs_eng.c
163
pthread_t tid;
usr/src/cmd/vscan/vscand/vs_main.c
71
static pthread_t vscand_cfg_tid = 0;
usr/src/cmd/vscan/vscand/vs_svc.c
122
pthread_t tid;
usr/src/cmd/vscan/vscand/vs_svc.c
156
pthread_t tid;
usr/src/cmd/vscan/vscand/vs_svc.c
72
pthread_t vsn_tid;
usr/src/head/pthread.h
230
extern int pthread_create(pthread_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
234
extern int pthread_join(pthread_t, void **);
usr/src/head/pthread.h
235
extern int pthread_detach(pthread_t);
usr/src/head/pthread.h
237
extern int pthread_cancel(pthread_t);
usr/src/head/pthread.h
238
extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
usr/src/head/pthread.h
239
extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
usr/src/head/pthread.h
241
extern int pthread_setschedprio(pthread_t, int);
usr/src/head/pthread.h
245
extern int pthread_equal(pthread_t, pthread_t);
usr/src/head/pthread.h
251
extern pthread_t pthread_self(void);
usr/src/head/pthread.h
252
extern int pthread_setname_np(pthread_t, const char *);
usr/src/head/pthread.h
253
extern int pthread_getname_np(pthread_t, char *, size_t);
usr/src/head/pthread.h
379
extern int pthread_attr_get_np(pthread_t, pthread_attr_t *);
usr/src/head/signal.h
122
extern int pthread_kill(pthread_t, int);
usr/src/head/threads.h
49
typedef pthread_t thrd_t;
usr/src/lib/auditd_plugins/remote/audit_remote.c
88
extern pthread_t recv_tid;
usr/src/lib/auditd_plugins/remote/transport.c
66
pthread_t recv_tid; /* receiving thread */
usr/src/lib/fm/topo/modules/common/ses/ses.c
478
pthread_t tid;
usr/src/lib/lib9p/common/threadpool.h
64
pthread_t ltw_thread;
usr/src/lib/lib9p/common/transport/socket.c
61
pthread_t ls_thread;
usr/src/lib/libc/port/rt/sigev_thread.c
592
pthread_t server_id;
usr/src/lib/libc/port/threads/pthr_attr.c
549
pthread_attr_get_np(pthread_t tid, pthread_attr_t *attr)
usr/src/lib/libc/port/threads/pthread.c
107
pthread_create(pthread_t *thread, const pthread_attr_t *attr,
usr/src/lib/libc/port/threads/pthread.c
114
pthread_t tid;
usr/src/lib/libc/port/threads/pthread.c
220
pthread_equal(pthread_t t1, pthread_t t2)
usr/src/lib/libc/port/threads/pthread.c
230
pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param)
usr/src/lib/libc/port/threads/pthread.c
280
pthread_setschedparam(pthread_t tid,
usr/src/lib/libc/port/threads/pthread.c
50
_thr_setinherit(pthread_t tid, int inherit)
usr/src/lib/libc/port/threads/pthread.c
66
_thr_setparam(pthread_t tid, int policy, int prio)
usr/src/lib/libc/port/threads/thr.c
1090
pthread_join(pthread_t tid, void **status)
usr/src/lib/libc/port/threads/thr.c
1096
pthread_detach(pthread_t tid)
usr/src/lib/libc/port/threads/thr.c
2398
lwpname_path(pthread_t tid, char *buf, size_t bufsize)
usr/src/lib/libc/port/threads/thr.c
2407
thr_setname(pthread_t tid, const char *name)
usr/src/lib/libc/port/threads/thr.c
2444
thr_getname(pthread_t tid, char *buf, size_t bufsize)
usr/src/lib/libc/port/tpool/thread_pool.c
105
pthread_t my_tid = pthread_self();
usr/src/lib/libc/port/tpool/thread_pool.c
491
pthread_t my_tid = pthread_self();
usr/src/lib/libc/port/tpool/thread_pool.c
510
pthread_t my_tid = pthread_self();
usr/src/lib/libc/port/tpool/thread_pool_impl.h
57
pthread_t tpa_tid; /* active thread id */
usr/src/lib/libdtrace/common/dt_proc.h
61
pthread_t dpr_tid; /* control thread (or zero if none) */
usr/src/lib/libnisdb/db_mindex3.cc
205
pthread_t tid;
usr/src/lib/libnisdb/ldap_op.c
381
pthread_t owner; /* Thread holding mutex */
usr/src/lib/libnisdb/ldap_op.c
443
pthread_t me = pthread_self();
usr/src/lib/libnisdb/ldap_op.c
459
pthread_t me;
usr/src/lib/libnisdb/ldap_op.c
481
pthread_t me = pthread_self();
usr/src/lib/libnisdb/nis_hashitem.c
100
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nis_hashitem.c
349
pthread_t me = pthread_self();
usr/src/lib/libnisdb/nis_hashitem.c
408
pthread_t mtid;
usr/src/lib/libnisdb/nis_hashitem.c
501
pthread_t mtid;
usr/src/lib/libnisdb/nis_hashitem.h
45
pthread_t last_reader_id;
usr/src/lib/libnisdb/nis_hashitem.h
47
pthread_t writer_id;
usr/src/lib/libnisdb/nis_hashitem.h
62
pthread_t traverser_id;
usr/src/lib/libnisdb/nisdb_ldap.h
157
pthread_t enumTid;
usr/src/lib/libnisdb/nisdb_rw.c
167
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
312
increment_reader(pthread_t id, __nisdb_rwlock_t *rw) {
usr/src/lib/libnisdb/nisdb_rw.c
347
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
414
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
463
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
592
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
646
pthread_t myself = pthread_self();
usr/src/lib/libnisdb/nisdb_rw.c
89
find_reader(pthread_t id, __nisdb_rwlock_t *rw) {
usr/src/lib/libnisdb/nisdb_rw.h
142
pthread_t id; /* Which thread */
usr/src/lib/libnisdb/nisdb_rw.h
74
pthread_t var ## _owner = INV_PTHREAD_ID
usr/src/lib/libnisdb/nisdb_rw.h
76
extern pthread_t var ## _owner
usr/src/lib/libnisdb/nisdb_rw.h
78
pthread_t var ## _owner
usr/src/lib/libpicltree/picltree.c
3547
pthread_t tid;
usr/src/lib/libscf/common/lowlevel_impl.h
91
pthread_t rh_holder; /* thread using subhandles */
usr/src/lib/libsip/common/sip_timeout.c
284
pthread_t thr;
usr/src/lib/libsip/common/sip_timeout.c
354
pthread_t thread1;
usr/src/lib/libsqlite/src/test4.c
123
pthread_t x;
usr/src/lib/libsqlite/test/threadtest1.c
253
pthread_t id;
usr/src/lib/libsqlite/test/threadtest2.c
97
pthread_t aThread[5];
usr/src/lib/libuutil/common/uu_misc.c
68
static pthread_t uu_panic_thread;
usr/src/lib/libzfs/common/libzfs_diff.c
758
pthread_t tid;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1294
pthread_t tid;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1762
pthread_t tid;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1857
pthread_t tid = 0;
usr/src/lib/pam_modules/dhkeys/dhkeys.c
411
pthread_t tid;
usr/src/lib/pkcs11/libpkcs11/common/pkcs11Slot.h
100
pthread_t st_tid;
usr/src/lib/pkcs11/libpkcs11/common/pkcs11Slot.h
65
pthread_t sl_tid; /* Used to track child thread */
usr/src/lib/smbsrv/libmlsvc/common/dfs.c
220
pthread_t thr;
usr/src/lib/smbsrv/libmlsvc/common/mlsvc_domain.c
71
static pthread_t smb_dclocator_thr;
usr/src/lib/smbsrv/libmlsvc/common/mlsvc_init.c
50
pthread_t tid;
usr/src/lib/smbsrv/libmlsvc/common/smb_share.c
2062
pthread_t publish_thr;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios.c
100
pthread_t tid;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios.c
58
pthread_t tid;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios.h
76
pthread_t s_tid;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_datagram.c
741
pthread_t browser_dispatch;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_name.c
2464
pthread_t worker;
usr/src/lib/sun_fc/common/Trace.h
102
pthread_t tid;
usr/src/lib/udapl/udapl_tavor/include/dapl_osd.h
160
typedef pthread_t DAPL_OS_THREAD;
usr/src/test/bhyve-tests/tests/inst_emul/suspend_info.c
104
vcpu0_join(pthread_t tid)
usr/src/test/bhyve-tests/tests/inst_emul/suspend_info.c
124
pthread_t tid;
usr/src/test/bhyve-tests/tests/inst_emul/suspend_info.c
160
pthread_t tid;
usr/src/test/bhyve-tests/tests/inst_emul/suspend_info.c
92
static pthread_t
usr/src/test/bhyve-tests/tests/inst_emul/suspend_info.c
95
pthread_t tid;
usr/src/test/bhyve-tests/tests/inst_emul/vcpu_barrier.c
38
static pthread_t vcpu0_tid;
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
143
pthread_t thr;
usr/src/test/libc-tests/tests/common/test_common.c
215
t->tids = calloc(nthr, sizeof (pthread_t));
usr/src/test/libc-tests/tests/common/test_common.c
41
pthread_t *tids;
usr/src/test/libc-tests/tests/threads/pthread_attr_get_np.c
165
pthread_t thr;
usr/src/test/libc-tests/tests/threads/pthread_attr_get_np.c
270
pthread_t thr;
usr/src/test/libc-tests/tests/threads/pthread_attr_get_np.c
304
pthread_t thr;
usr/src/test/libc-tests/tests/threads/thread_name.c
48
pthread_t tid;
usr/src/test/os-tests/tests/i386/ldt.c
38
pthread_t tid;
usr/src/test/os-tests/tests/idmap/idmaptest.c
106
pthread_t thread[NTHREAD];
usr/src/test/os-tests/tests/poll/poll_test.c
508
pthread_t pollThread;
usr/src/test/os-tests/tests/poll/poll_test.c
509
pthread_t helperThread;
usr/src/test/os-tests/tests/sockfs/recvmsg.c
503
pthread_t cthread;
usr/src/test/os-tests/tests/stackalign/stackalign.c
95
pthread_t tid;
usr/src/test/os-tests/tests/ucontext.c
30
static pthread_t tid;
usr/src/test/os-tests/tests/ucontext.c
38
pthread_t ltid = pthread_self();
usr/src/test/os-tests/tests/ucontext.c
47
pthread_t ltid = pthread_self();
usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c
119
pthread_t tid;
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
523
pthread_t owner;
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
556
(M)->owner = (pthread_t) 0, \
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
620
{ PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0, \
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
624
{ PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, \
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
668
{ PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0 }
usr/src/uts/common/gssapi/mechs/krb5/include/k5-thread.h
671
{ PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0 }
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfclib.h
1044
pthread_t ptid;