/illumos-gate/usr/src/head/ |
H A D | pthread.h | 230 extern int pthread_create(pthread_t *_RESTRICT_KYWD, 234 extern int pthread_join(pthread_t, void **); 235 extern int pthread_detach(pthread_t); 237 extern int pthread_cancel(pthread_t); 238 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *); 239 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD, 241 extern int pthread_setschedprio(pthread_t, int); 245 extern int pthread_equal(pthread_t, pthread_t); 251 extern pthread_t pthread_self(void); 252 extern int pthread_setname_np(pthread_t, const char *); [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd.h | 95 pthread_t s_refresh_tid; 96 pthread_t s_authsvc_tid; 97 pthread_t s_localtime_tid; 98 pthread_t s_spool_tid; 99 pthread_t s_dc_monitor_tid; 102 pthread_t s_nbt_listener_id; 103 pthread_t s_tcp_listener_id;
|
H A D | smbd_pipesvc.c | 47 pthread_t tid; 127 pthread_t tid; in smbd_pipesvc_start() 185 pthread_t tid; in pipesvc_listener()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 50 _thr_setinherit(pthread_t tid, int inherit) in _thr_setinherit() 66 _thr_setparam(pthread_t tid, int policy, int prio) in _thr_setparam() 107 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() 114 pthread_t tid; in pthread_create() 220 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() 230 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam() 280 pthread_setschedparam(pthread_t tid, in pthread_setschedparam()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/ |
H A D | suspend_info.c | 92 static pthread_t 95 pthread_t tid; in vcpu0_spawn() 104 vcpu0_join(pthread_t tid) in vcpu0_join() 124 pthread_t tid; in test_plain_suspend() 160 pthread_t tid; in test_emitted_triplefault()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | ucontext.c | 30 static pthread_t tid; 38 pthread_t ltid = pthread_self(); in report() 47 pthread_t ltid = pthread_self(); in run()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nisdb_rw.c | 89 find_reader(pthread_t id, __nisdb_rwlock_t *rw) { in find_reader() 167 pthread_t myself = pthread_self(); in __nisdb_wlock_trylock() 312 increment_reader(pthread_t id, __nisdb_rwlock_t *rw) { in increment_reader() 347 pthread_t myself = pthread_self(); in __nisdb_rlock() 414 pthread_t myself = pthread_self(); in __nisdb_wulock() 463 pthread_t myself = pthread_self(); in __nisdb_rulock() 592 pthread_t myself = pthread_self(); in __nisdb_assert_rheld() 646 pthread_t myself = pthread_self(); in __nisdb_destroy_lock()
|
H A D | nis_hashitem.h | 45 pthread_t last_reader_id; 47 pthread_t writer_id; 62 pthread_t traverser_id;
|
H A D | nisdb_rw.h | 74 pthread_t var ## _owner = INV_PTHREAD_ID 76 extern pthread_t var ## _owner 78 pthread_t var ## _owner 142 pthread_t id; /* Which thread */
|
H A D | nis_hashitem.c | 100 pthread_t myself = pthread_self(); in __nis_lock_hash_table() 349 pthread_t me = pthread_self(); in __nis_find_item_mt() 408 pthread_t mtid; in __nis_pop_item_mt() 501 pthread_t mtid; in __nis_remove_item_mt()
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 213 static pthread_t sys_thread; /* queues messages from us */ 214 static pthread_t net_thread; /* queues messages from the net */ 215 static pthread_t log_thread; /* message processing thread */ 216 static pthread_t hnl_thread; /* hostname lookup thread */ 301 pthread_t mythreadno = 0; in main() 544 pthread_t mythreadno; in openklog() 615 pthread_t mythreadno; in sys_poll() 685 pthread_t mythreadno; in getkmsg() 797 pthread_t mythreadno; in net_poll() 968 pthread_t mythreadno; in logmymsg() [all …]
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | pthread_h.cfg | 30 type | pthread_t * | pthread.h | POSIX-1995+ SUSv2+ 43 pthread_t *; const pthread_attr_t *; void *(*)(void *); void * |\ 48 pthread_t |\
|
/illumos-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 | 48 void (*fto_waitcancel)(pthread_t); 66 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()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu.h | 86 pthread_t nwamd_link_wifi_scan_thread; 87 pthread_t nwamd_link_wifi_monitor_thread; 103 pthread_t nwamd_link_dlpi_thread;
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Slot.h | 65 pthread_t sl_tid; /* Used to track child thread */ 100 pthread_t st_tid;
|
/illumos-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 }
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_svc.c | 72 pthread_t vsn_tid; 122 pthread_t tid; in vs_svc_terminate() 156 pthread_t tid; in vs_svc_queue_scan_req()
|
/illumos-gate/usr/src/test/libc-tests/tests/threads/ |
H A D | pthread_attr_get_np.c | 165 pthread_t thr; in pgn_set_one() 270 pthread_t thr; in pgn_set_two() 304 pthread_t thr; in pgn_set_three()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | vthread.h | 54 typedef pthread_t _vtself_t; 55 typedef pthread_t _vtid_t;
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.h | 530 pthread_t rc_insert_thr; /* single thread trying to insert */ 531 pthread_t rc_notify_thr; /* single thread waiting for notify */ 576 pthread_t rl_tid; 597 pthread_t ti_thread;
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | rfb_impl.h | 226 pthread_t rc_rx_tid; 227 pthread_t rc_tx_tid;
|
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/ |
H A D | milter.h | 25 typedef pthread_t sthread_t;
|