| /onnv-gate/usr/src/cmd/smbsrv/smbd/ |
| H A D | smbd.h | 88 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 D | pthread.h | 226 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 D | pthread.c | 49 _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 D | lthread.h | 31 typedef thread_t pthread_t; typedef 82 typedef thread_t pthread_t; typedef 161 typedef int pthread_t; typedef
|
| H A D | ldap-private.h | 46 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 D | nisdb_rw.c | 90 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 D | nis_hashitem.h | 47 pthread_t last_reader_id; 49 pthread_t writer_id; 64 pthread_t traverser_id;
|
| H A D | nisdb_rw.h | 76 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 D | nis_hashitem.c | 102 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 D | fmd_thread.h | 42 pthread_t thr_tid; /* thread identifier */ 51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
|
| H A D | fmd_time.h | 50 void (*fto_waitcancel)(pthread_t); 68 extern void fmd_time_waitcancel(pthread_t);
|
| H A D | fmd_api.h | 216 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 D | fmd_time.c | 64 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 D | syslogd.c | 208 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 D | ncu.h | 85 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 D | pkcs11Slot.h | 67 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 D | etm_iosvc.h | 114 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 D | k5-thread.h | 523 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 D | vs_svc.c | 74 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 D | milter.h | 27 typedef pthread_t sthread_t;
|
| /onnv-gate/usr/src/lib/libast/common/sfio/ |
| H A D | vthread.h | 54 typedef pthread_t _vtself_t; 55 typedef pthread_t _vtid_t;
|
| /onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| H A D | rds.c | 98 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 D | accygwin.h | 124 #define ACPI_THREAD_ID pthread_t
|
| H A D | acfreebsd.h | 169 #define ACPI_THREAD_ID pthread_t
|
| /onnv-gate/usr/src/cmd/svc/configd/ |
| H A D | configd.h | 531 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;
|