Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_private.h312 #define THR_MIN_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_min)
316 #define THR_MIN_RR_PRIORITY (_thr_priorities[SCHED_RR-1].pri_min)
321 #define THR_MIN_FIFO_PRIORITY (_thr_priorities[SCHED_FIFO_1].pri_min)
326 int pri_min; member
HDthr_attr.c414 if (param->sched_priority < _thr_priorities[policy-1].pri_min || in _thr_attr_setschedparam()