Searched refs:TASK_IMP_DONOR (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | coalition_policy.c | 106 T_ASSERT_BITS_NOTSET(policy_state.flags, TASK_IMP_DONOR, "%d: is not live donor", getpid()); in check_is_bg() 108 T_ASSERT_BITS_SET(policy_state.flags, TASK_IMP_DONOR, "%d: is live donor", getpid()); in check_is_bg()
|
| H A D | runaway_mitigation.c | 96 T_ASSERT_BITS_NOTSET(policy_state.flags, TASK_IMP_DONOR, "%d: is not live donor", getpid()); in check_is_bg() 98 T_ASSERT_BITS_SET(policy_state.flags, TASK_IMP_DONOR, "%d: is live donor", getpid()); in check_is_bg()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | task_policy_private.h | 173 #define TASK_IMP_DONOR 0x00000002 macro
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | task_policy.c | 671 info->flags |= (task_is_marked_importance_donor(task) ? TASK_IMP_DONOR : 0); in task_policy_get()
|