Searched refs:pthread_t (Results 1 - 25 of 134) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmilter.h27 typedef pthread_t sthread_t;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h42 pthread_t thr_tid; /* thread identifier */
51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
H A Dfmd_time.h50 void (*fto_waitcancel)(pthread_t);
68 extern void fmd_time_waitcancel(pthread_t);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h93 pthread_t s_refresh_tid;
94 pthread_t s_authsvc_tid;
95 pthread_t s_localtime_tid;
96 pthread_t s_spool_tid;
97 pthread_t s_dc_monitor_tid;
100 pthread_t s_nbt_listener_id;
101 pthread_t s_tcp_listener_id;
/illumos-gate/usr/src/head/
H A Dpthread.h212 extern int pthread_create(pthread_t *_RESTRICT_KYWD,
216 extern int pthread_join(pthread_t, void **);
217 extern int pthread_detach(pthread_t);
219 extern int pthread_cancel(pthread_t);
220 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
221 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
223 extern int pthread_setschedprio(pthread_t, int);
227 extern int pthread_equal(pthread_t, pthread_t);
233 extern pthread_t pthread_sel
[all...]
H A Dthreads.h49 typedef pthread_t thrd_t;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h47 pthread_t last_reader_id;
49 pthread_t writer_id;
64 pthread_t traverser_id;
H A Dnisdb_rw.h76 pthread_t var ## _owner = INV_PTHREAD_ID
78 extern pthread_t var ## _owner
80 pthread_t var ## _owner
144 pthread_t id; /* Which thread */
H A Dnisdb_rw.c89 find_reader(pthread_t id, __nisdb_rwlock_t *rw) {
167 pthread_t myself = pthread_self();
312 increment_reader(pthread_t id, __nisdb_rwlock_t *rw) {
347 pthread_t myself = pthread_self();
414 pthread_t myself = pthread_self();
463 pthread_t myself = pthread_self();
592 pthread_t myself = pthread_self();
646 pthread_t myself = pthread_self();
H A Dnisdb_ldap.h159 pthread_t enumTid;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.h80 pthread_t *wq_thread;
/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h65 typedef struct pthread *pthread_t; typedef in typeref:struct:pthread
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h67 pthread_t sl_tid; /* Used to track child thread */
102 pthread_t st_tid;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_iosvc.h114 pthread_t send_tid; /* tid of sending msgs 2 remote iosvc */
115 pthread_t recv_tid; /* tid of recving msgs frm rmte iosvc */
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c50 _thr_setinherit(pthread_t tid, int inherit)
66 _thr_setparam(pthread_t tid, int policy, int prio)
107 pthread_create(pthread_t *thread, const pthread_attr_t *attr,
114 pthread_t tid;
212 pthread_equal(pthread_t t1, pthread_t t2)
222 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param)
272 pthread_setschedparam(pthread_t tid,
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h59 pthread_t tpa_tid; /* active thread id */
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.h70 pthread_t h_tid; /* Thread ID of server thread */
/illumos-gate/usr/src/cmd/auditd/
H A Dplugin.h74 pthread_t plg_tid; /* thread id */
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h85 pthread_t nwamd_link_wifi_scan_thread;
86 pthread_t nwamd_link_wifi_monitor_thread;
102 pthread_t nwamd_link_dlpi_thread;
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c100 pthread_t aThread[5];
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.h102 pthread_t tid;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_init.c50 pthread_t tid;
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h54 typedef pthread_t _vtself_t;
55 typedef pthread_t _vtid_t;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h61 pthread_t dpr_tid; /* control thread (or zero if none) */
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c119 pthread_t tid;

Completed in 101 milliseconds

123456