Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 140) sorted by relevance

123456

/onnv-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h88 pthread_t s_refresh_tid;
89 pthread_t s_localtime_tid;
90 pthread_t s_spool_tid;
91 pthread_t s_dc_monitor_tid;
94 pthread_t s_nbt_listener_id;
95 pthread_t s_tcp_listener_id;
/onnv-gate/usr/src/head/
H A Dpthread.h226 extern int pthread_create(pthread_t *_RESTRICT_KYWD,
230 extern int pthread_join(pthread_t, void **);
231 extern int pthread_detach(pthread_t);
233 extern int pthread_cancel(pthread_t);
234 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
235 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
237 extern int pthread_setschedprio(pthread_t, int);
241 extern int pthread_equal(pthread_t, pthread_t);
247 extern pthread_t pthread_self(void);
392 extern pthread_t pthread_self();
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c49 _thr_setparam(pthread_t tid, int policy, int prio) in _thr_setparam()
90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
97 pthread_t tid; in pthread_create()
185 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal()
195 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam()
245 pthread_setschedparam(pthread_t tid, in pthread_setschedparam()
/onnv-gate/usr/src/lib/libldap4/include/
H A Dlthread.h31 typedef thread_t pthread_t; typedef
82 typedef thread_t pthread_t; typedef
161 typedef int pthread_t; typedef
H A Dldap-private.h46 extern pthread_t thr_self();
301 pthread_t ld_response_lockthread; /* thread which currently holds the response lock */
338 pthread_t ld_lockthread; /* thread which currently holds the lock */
/onnv-gate/usr/src/lib/libnisdb/
H A Dnisdb_rw.c90 find_reader(pthread_t id, __nisdb_rwlock_t *rw) { in find_reader()
110 pthread_t myself = pthread_self(); in __nisdb_rw_readlock_ok()
142 pthread_t myself = pthread_self(); in __nisdb_rw_force_writelock()
172 pthread_t myself = pthread_self(); in __nisdb_wlock_trylock()
316 increment_reader(pthread_t id, __nisdb_rwlock_t *rw) { in increment_reader()
351 pthread_t myself = pthread_self(); in __nisdb_rlock()
418 pthread_t myself = pthread_self(); in __nisdb_wulock()
467 pthread_t myself = pthread_self(); in __nisdb_rulock()
596 pthread_t myself = pthread_self(); in __nisdb_assert_rheld()
650 pthread_t myself = pthread_self(); in __nisdb_destroy_lock()
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 Dnis_hashitem.c102 pthread_t myself = pthread_self(); in __nis_lock_hash_table()
351 pthread_t me = pthread_self(); in __nis_find_item_mt()
410 pthread_t mtid; in __nis_pop_item_mt()
503 pthread_t mtid; in __nis_remove_item_mt()
/onnv-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);
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) in fmd_time_waitcancel()
336 fmd_simulator_cancel(pthread_t tid) in fmd_simulator_cancel()
364 fmd_native_cancel(pthread_t tid) in fmd_native_cancel()
/onnv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c208 static pthread_t sys_thread; /* queues messages from us */
209 static pthread_t net_thread; /* queues messages from the net */
210 static pthread_t log_thread; /* message processing thread */
211 static pthread_t hnl_thread; /* hostname lookup thread */
296 pthread_t mythreadno = 0; in main()
540 pthread_t mythreadno; in openklog()
611 pthread_t mythreadno; in sys_poll()
683 pthread_t mythreadno; in getkmsg()
795 pthread_t mythreadno; in net_poll()
968 pthread_t mythreadno; in logmymsg()
[all …]
/onnv-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;
/onnv-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;
/onnv-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 */
/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h523 pthread_t owner;
556 (M)->owner = (pthread_t) 0, \
620 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0, \
624 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, \
668 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0 }
671 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0 }
/onnv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c74 pthread_t vsn_tid;
124 pthread_t tid; in vs_svc_terminate()
158 pthread_t tid; in vs_svc_queue_scan_req()
/onnv-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmilter.h27 typedef pthread_t sthread_t;
/onnv-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h54 typedef pthread_t _vtself_t;
55 typedef pthread_t _vtid_t;
/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drds.c98 static pthread_t scanner = 0;
99 static pthread_t server = 0;
100 static pthread_t master = 0;
109 pthread_t this = pthread_self(); in thread_cleanup()
/onnv-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daccygwin.h124 #define ACPI_THREAD_ID pthread_t
H A Dacfreebsd.h169 #define ACPI_THREAD_ID pthread_t
/onnv-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;

123456