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

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_private.h290 #define THR_MAX_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_max)
294 #define THR_MAX_RR_PRIORITY (_thr_priorities[SCHED_RR-1].pri_max)
299 #define THR_MAX_FIFO_PRIORITY (_thr_priorities[SCHED_FIFO-1].pri_max)
304 int pri_max; member in struct:pthread_prio
H A Dthr_attr.c454 param->sched_priority > _thr_priorities[policy-1].pri_max)

Completed in 93 milliseconds