Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/osfmk/mach/
H A Dkern_return.h318 #define KERN_POLICY_STATIC 51 macro
/xnu-12377.81.4/osfmk/kern/
H A Dthread_policy.c282 return KERN_POLICY_STATIC; in thread_policy_set()
929 kr = KERN_POLICY_STATIC; in thread_set_mode_and_absolute_pri()
H A Dbsd_kern.c1512 case KERN_POLICY_STATIC: in mach_to_bsd_errno()