Searched refs:schedpolicy (Results 1 – 3 of 3) sorted by relevance
/nptl_db/ |
A D | td_thr_get_info.c | 30 psaddr_t tls, schedpolicy, schedprio, cancelhandling, tid, report_events; in td_thr_get_info() local 40 schedpolicy = SCHED_OTHER; in td_thr_get_info() 67 err = DB_GET_FIELD_LOCAL (schedpolicy, th->th_ta_p, copy, pthread, in td_thr_get_info() 68 schedpolicy, 0); in td_thr_get_info() 94 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info()
|
A D | td_ta_thr_iter.c | 66 psaddr_t addr, schedpolicy, schedprio; in iterate_thread_list() local 78 err = DB_GET_FIELD_LOCAL (schedpolicy, ta, copy, pthread, in iterate_thread_list() 79 schedpolicy, 0); in iterate_thread_list() 90 int descr_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in iterate_thread_list()
|
A D | structs.def | 57 DB_STRUCT_FIELD (pthread, schedpolicy)
|
Completed in 6 milliseconds