Searched refs:ti_pri (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c86 void *cbdata_p, td_thr_state_e state, int ti_pri,
858 * which match the properties of state, ti_pri,
872 * ti_pri - lower bound of priorities of threads of
876 * less than ti_pri will NOT be passed to the callback
888 void *cbdata_p, td_thr_state_e state, int ti_pri,
1044 if (ti_pri > userpri)
1304 ti_p->ti_pri = ulwp->ul_pri;
1348 ti_p->ti_pri = ulwp->ul_pri;
2493 * Change a thread's priority to the value specified by ti_pri.
2499 __td_thr_setprio(td_thrhandle_t *th_p, int ti_pri) argument
887 __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 32 milliseconds