Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h173 #define MINPRI_EXEC (BASEPRI_DEFAULT) /* floor when in exec state */ macro
H A Dpriority.c423 priority = MAX(priority, MINPRI_EXEC); in thread_recompute_sched_pri()