Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h238 #define POLICY_EFF_LOWPRI_CPU 0x00000020 macro
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c2480 bits |= (effective.tep_lowpri_cpu ? POLICY_EFF_LOWPRI_CPU : 0); in task_effective_bitfield()