/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() 114 pthread_t tid; in pthread_create() local 230 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam() 265 thr_getprio(thread_t tid, int *priority) in thr_getprio() 280 pthread_setschedparam(pthread_t tid, in pthread_setschedparam() 288 thr_setprio(thread_t tid, int prio) in thr_setprio()
|
H A D | thr.c | 76 #define TIDHASH(tid, udp) (tid & (udp)->hash_mask) argument 499 find_lwpp(thread_t tid) in find_lwpp() 539 find_lwp(thread_t tid) in find_lwp() 569 thread_t tid; in _thrp_create() local 994 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) in _thrp_join() 1081 thr_join(thread_t tid, thread_t *departed, void **status) in thr_join() 1095 pthread_join(pthread_t tid, void **status) in pthread_join() 1101 pthread_detach(pthread_t tid) in pthread_detach() 1851 thread_t tid = ulwp->ul_lwpid; in safe_suspend() local 1946 _thrp_suspend(thread_t tid, uchar_t whystopped) in _thrp_suspend() [all …]
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.c | 214 t_insert(trie_id_t *tid, key_t id, uint32_t key, uint32_t mask) in t_insert() 328 t_insert6(trie_id_t *tid, key_t id, in6_addr_t key, in6_addr_t mask) in t_insert6() 398 uint32_t mask, trie_id_t **tid) in t_traverse_delete() 600 t_remove(trie_id_t *tid, key_t id, uint32_t key, uint32_t mask) in t_remove() 625 t_remove6(trie_id_t *tid, key_t id, in6_addr_t key, in6_addr_t mask) in t_remove6() 700 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) in t_retrieve() 777 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) in t_retrieve6()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | timer.c | 107 timer_delete_locked(proc_t *p, timer_t tid, itimer_t *it) in timer_delete_locked() 202 timer_grab(proc_t *p, timer_t tid) in timer_grab() 253 timer_delete_grabbed(proc_t *p, timer_t tid, itimer_t *it) in timer_delete_grabbed() 584 timer_create(clockid_t clock, struct sigevent *evp, timer_t *tid) in timer_create() 805 timer_gettime(timer_t tid, itimerspec_t *val) in timer_gettime() 840 timer_settime(timer_t tid, int flags, itimerspec_t *val, itimerspec_t *oval) in timer_settime() 881 timer_delete(timer_t tid) in timer_delete() 895 timer_getoverrun(timer_t tid) in timer_getoverrun() 1065 timer_t tid; in timer_close_port() local
|
H A D | clock_realtime.c | 187 timeout_id_t tid, *tidp = it->it_arg; in clock_realtime_timer_settime() local 282 timeout_id_t tid, *tidp = it->it_arg; in clock_realtime_timer_delete() local
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | thrpool.c | 94 thread_t tid; in svcblock() local 175 thread_t tid; in svcrdma() local 198 thread_t tid; in svcwait() local
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 133 struct ath_atx_tid *tid; in arn_aggr_query() local 148 arn_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) in arn_tx_queue_tid() 173 arn_tx_pause_tid(struct arn_softc *sc, struct ath_atx_tid *tid) in arn_tx_pause_tid() 186 arn_tx_resume_tid(struct arn_softc *sc, struct ath_atx_tid *tid) in arn_tx_resume_tid() 212 arn_tx_flush_tid(struct arn_softc *sc, struct ath_atx_tid *tid) in arn_tx_flush_tid() 244 arn_tx_update_baw(struct arn_softc *sc, struct ath_atx_tid *tid, int seqno) in arn_tx_update_baw() 261 arn_tx_addto_baw(struct arn_softc *sc, struct ath_atx_tid *tid, in arn_tx_addto_baw() 291 struct ath_atx_tid *tid) in arn_tid_drain() 359 struct ath_atx_tid *tid = NULL; in arn_tx_complete_aggr() local 520 struct ath_atx_tid *tid) in arn_lookup_rate() [all …]
|
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | forth.c | 127 fth_null_header(ctf_id_t tid) in fth_null_header() 153 find_member_cb(const char *memname, ctf_id_t tid, ulong_t off, void *arg) in find_member_cb() 165 find_member(ctf_id_t tid, char *memname) in find_member() 179 ctf_id_t ltid = 0, tid; in fth_section_init() local
|
H A D | fth_struct.c | 177 fth_struct_header(ctf_id_t tid) in fth_struct_header() 318 fth_print_array(char *memname, ctf_id_t tid, ulong_t off, ssize_t sz, in fth_print_array() 357 ctf_id_t tid; in fth_print_member() local 422 fth_struct_members_cb(const char *memname, ctf_id_t tid, ulong_t off, void *arg) in fth_struct_members_cb()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/ |
H A D | suspend_info.c | 95 pthread_t tid; in vcpu0_spawn() local 104 vcpu0_join(pthread_t tid) in vcpu0_join() 124 pthread_t tid; in test_plain_suspend() local 160 pthread_t tid; in test_emitted_triplefault() local
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | interceptlib.c | 61 thread_t tid; in abilock() local 80 thread_t tid; in abiunlock() local
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | callout.c | 40 timer_t tid; in timeout() local 72 timer_t tid; in untimeout() local
|
H A D | thread.c | 32 thread_t tid; in _curthread() local 108 thread_t tid = (thread_t)(uintptr_t)kt; in tsignal() local
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_nswstate.c | 385 thread_t *tid) in _get_nsw_state_int() 684 thread_t tid = thr_self(); in _nscd_get_nsw_state_thread() local 692 thread_t *tid) in _put_nsw_state_int() 815 thread_t tid = thr_self(); in _nscd_put_nsw_state_thread() local
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | monitor.c | 81 sthread_t tid; local 152 sthread_t tid; in mi_monitor_init() local
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 117 mdb_tgt_tid_t tid; in pt_regs() local 304 pt_getfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_getfpreg() 312 pt_putfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_putfpreg()
|
H A D | proc_amd64dep.c | 162 mdb_tgt_tid_t tid; in pt_regs() local 387 pt_getfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_getfpreg() 395 pt_putfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_putfpreg()
|
H A D | kvm_isadep.c | 49 kt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in kt_getareg() 77 kt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, mdb_tgt_reg_t r) in kt_putareg()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.h | 92 #define PTL_GETREGS(t, tid, gregs) \ argument 96 #define PTL_SETREGS(t, tid, gregs) \ argument 100 #define PTL_GETXREGS(t, tid, xregs, size) \ argument 108 #define PTL_SETXREGS(t, tid, xregs, size) \ argument 112 #define PTL_GETFPREGS(t, tid, fpregs) \ argument 116 #define PTL_SETFPREGS(t, tid, fpregs) \ argument
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_pipesvc.c | 47 pthread_t tid; member 127 pthread_t tid; in smbd_pipesvc_start() local 185 pthread_t tid; in pipesvc_listener() local
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 57 thread_t tid; /* main nscd tid */ member 119 waiting_list_add(chg_info_t *info, pid_t pid, thread_t tid, in waiting_list_add() 153 waiting_list_delete(chg_info_t *info, thread_t tid) in waiting_list_delete() 188 waiting_list_cleanup(chg_info_t *chg, thread_t tid) in waiting_list_cleanup()
|
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalwd.c | 59 timeout_id_t tid; member 358 timeout_id_t tid; in xcalwd_close() local 406 timeout_id_t tid; in xcalwd_ioctl() local
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
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/latencytop/ |
H A D | dwrapper.c | 86 id_t tid; in aggwalk_call() local 201 id_t tid; in aggwalk_named() local 252 id_t tid; in aggwalk_sync() local
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_svc.c | 122 pthread_t tid; in vs_svc_terminate() local 156 pthread_t tid; in vs_svc_queue_scan_req() local
|