Home
last modified time | relevance | path

Searched refs:KERN_POLICY_STATIC (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/libsyscall/mach/
H A Dthread_act.c42 } else if (kr == KERN_POLICY_STATIC) { in thread_policy()
57 } else if (kr == KERN_POLICY_STATIC) { in thread_policy_set()
72 } else if (kr == KERN_POLICY_STATIC) { in thread_set_policy()
/xnu-11215.61.5/osfmk/mach/
H A Dkern_return.h318 #define KERN_POLICY_STATIC 51 macro
/xnu-11215.61.5/osfmk/kern/
H A Dthread_policy.c281 return KERN_POLICY_STATIC; in thread_policy_set()
928 kr = KERN_POLICY_STATIC; in thread_set_mode_and_absolute_pri()
H A Dbsd_kern.c1485 case KERN_POLICY_STATIC: in mach_to_bsd_errno()