Home
last modified time | relevance | path

Searched refs:pri_default (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_private.h314 #define THR_DEF_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_default)
318 #define THR_DEF_RR_PRIORITY (_thr_priorities[SCHED_RR-1].pri_default)
323 #define THR_DEF_FIFO_PRIORITY (_thr_priorities[SCHED_FIFO-1].pri_default)
328 int pri_default; member
H A Dthr_attr.c442 (*attr)->prio = _thr_priorities[policy-1].pri_default; in _thr_attr_setschedpolicy()