Searched refs:pthread_t (Results 51 - 75 of 134) sorted by relevance

123456

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c508 pthread_t pollThread;
509 pthread_t helperThread;
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c41 pthread_t *tids;
215 t->tids = calloc(nthr, sizeof (pthread_t));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c84 static pthread_t ledsthr_tid;
87 static pthread_t pollthr_tid;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h441 pthread_t ri_method_thread;
757 pthread_t startd_thread_create(void *(*)(void *), void *);
H A Dstartd.c455 pthread_t
459 pthread_t tid;
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c58 pthread_t tid;
100 pthread_t tid;
H A Dsmbns_netbios.h76 pthread_t s_tid;
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c256 pthread_t id;
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c41 pthread_t uu_panic_thread = 0;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c66 pthread_t tid = pthread_self();
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c179 pthread_t sighand;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c239 pthread_t port_tid, esi_tid, scn_tid;
H A Dserver.c234 pthread_t tid;
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h397 typedef uint_t pthread_t; /* = thread_t in thread.h */ typedef
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c188 static pthread_t envthr_tid; /* envthr thread ID */
194 static pthread_t pmthr_tid; /* pmthr thread ID */
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c153 pthread_t tid;
228 pthread_t tid;
H A Dsmbd_main.c800 pthread_t tid;
823 pthread_t tid;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h466 pthread_t nz_sendrecv_thread; /* thread for send/recv */
467 pthread_t nz_tape_thread; /* thread for tape r/w */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c170 static pthread_t system_temp_thr_id;
173 static pthread_t disk_temp_thr_id;
175 static pthread_t fan_thr_id;
180 static pthread_t pmthr_tid; /* pmthr thread ID */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c45 extern pthread_t env_temp_thr_tid;
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c42 static pthread_t g_schg_tid;
/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c222 pthread_t tid;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c67 static pthread_t smb_dclocator_thr;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c499 pthread_attr_get_np(pthread_t tid, pthread_attr_t *attr)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c129 static pthread_t ovtemp_thr1_id;
132 static pthread_t ovtemp_thr2_id;
134 static pthread_t dimm_fan_thr_id;
136 static pthread_t disk_temp_thr_id;
141 static pthread_t pmthr_tid; /* pmthr thread ID */

Completed in 152 milliseconds

123456