Searched refs:pthread_t (Results 26 - 50 of 134) sorted by relevance

123456

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c74 pthread_t vsn_tid;
124 pthread_t tid;
158 pthread_t tid;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h216 extern pthread_t fmd_thr_create(fmd_hdl_t *, void (*)(void *), void *);
217 extern void fmd_thr_destroy(fmd_hdl_t *, pthread_t);
218 extern void fmd_thr_signal(fmd_hdl_t *, pthread_t);
H A Dfmd_time.c64 fmd_time_waitcancel(pthread_t tid)
336 fmd_simulator_cancel(pthread_t tid)
364 fmd_native_cancel(pthread_t tid)
H A Dfmd.h79 pthread_t d_panictid; /* tid of thread forcing a panic */
H A Dfmd_thread.c35 fmd_thread_xcreate(fmd_module_t *mp, pthread_t tid)
H A Dfmd_module.h103 pthread_t mod_owner; /* tid of thread that set MOD_LOCK */
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c44 pthread_t tid;
124 pthread_t tid;
182 pthread_t tid;
H A Dsmbd_nicmon.c74 pthread_t smbd_nicmon_tid;
/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c165 pthread_t thr;
270 pthread_t thr;
304 pthread_t thr;
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c215 static pthread_t sys_thread; /* queues messages from us */
216 static pthread_t net_thread; /* queues messages from the net */
217 static pthread_t log_thread; /* message processing thread */
218 static pthread_t hnl_thread; /* hostname lookup thread */
303 pthread_t mythreadno = 0;
546 pthread_t mythreadno;
617 pthread_t mythreadno;
687 pthread_t mythreadno;
799 pthread_t mythreadno;
972 pthread_t mythreadn
[all...]
H A Dsyslogd.h155 pthread_t f_thread; /* thread that handles this file */
215 pthread_t thread;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h528 pthread_t owner;
561 (M)->owner = (pthread_t) 0, \
625 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0, \
629 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, \
673 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0 }
676 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0 }
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h90 pthread_t rh_holder; /* thread using subhandles */
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.c102 pthread_t myself = pthread_self();
351 pthread_t me = pthread_self();
410 pthread_t mtid;
503 pthread_t mtid;
/illumos-gate/usr/src/head/
H A Dsignal.h39 #include <sys/types.h> /* need pid_t/uid_t/size_t/clock_t/caddr_t/pthread_t */
122 extern int pthread_kill(pthread_t, int);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h191 pthread_t thr_id;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h531 pthread_t rc_insert_thr; /* single thread trying to insert */
532 pthread_t rc_notify_thr; /* single thread waiting for notify */
577 pthread_t rl_tid;
598 pthread_t ti_thread;
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DThreadUnix.cpp49 pthread_t _handle;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c286 pthread_t thr;
356 pthread_t thread1;
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c107 pthread_t my_tid = pthread_self();
493 pthread_t my_tid = pthread_self();
512 pthread_t my_tid = pthread_self();
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c68 static pthread_t uu_panic_thread;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c57 static pthread_t sighand;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c58 static pthread_t modemListen;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h162 typedef pthread_t DAPL_OS_THREAD;
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c73 typedef int (*tnf_pthread_create_func_t)(pthread_t *thr,
289 pthread_create(pthread_t *new_thread_id,

Completed in 181 milliseconds

123456