Home
last modified time | relevance | path

Searched refs:task_get_effective_jetsam_coalition_policy (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dpolicy_internal.h296 extern bool task_get_effective_jetsam_coalition_policy(task_t task, int flavor);
H A Dcoalition.c3037 task_get_effective_jetsam_coalition_policy(task_t task, int flavor) in task_get_effective_jetsam_coalition_policy() function
H A Dtask_policy.c812 bool coalition_is_bg = task_get_effective_jetsam_coalition_policy(task, TASK_POLICY_DARWIN_BG); in task_policy_update_internal_locked()