Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dtask_policy_private.h128 struct task_policy_state { struct
140 typedef struct task_policy_state *task_policy_state_t; argument
143 (sizeof (struct task_policy_state) / sizeof (integer_t)))
/xnu-11215/tests/
H A Dcoalition_policy.c73 struct task_policy_state policy_state; in check_is_bg()