Searched refs:ti_pri (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | thread_db.h | 226 int ti_pri; /* thread priority */ member in struct:td_thrinfo
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 91 void *cbdata_p, td_thr_state_e state, int ti_pri, 886 * which match the properties of state, ti_pri, 900 * ti_pri - lower bound of priorities of threads of 904 * less than ti_pri will NOT be passed to the callback 916 void *cbdata_p, td_thr_state_e state, int ti_pri, 1072 if (ti_pri > userpri) 1332 ti_p->ti_pri = ulwp->ul_pri; 1376 ti_p->ti_pri = ulwp->ul_pri; 2356 * Change a thread's priority to the value specified by ti_pri. 2362 __td_thr_setprio(td_thrhandle_t *th_p, int ti_pri) argument 915 __td_ta_thr_iter(td_thragent_t *ta_p, td_thr_iter_f *cb, void *cbdata_p, td_thr_state_e state, int ti_pri, sigset_t *ti_sigmask_p, unsigned ti_user_flags) argument [all...] |
Completed in 100 milliseconds