Home
last modified time | relevance | path

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

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