Searched refs:POLICY_EFF_DARWIN_BG (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | coalition_policy.c | 96 T_ASSERT_BITS_SET(policy_state.effective, POLICY_EFF_DARWIN_BG, "%d: is BG", getpid()); in check_is_bg() 98 T_ASSERT_BITS_NOTSET(policy_state.effective, POLICY_EFF_DARWIN_BG, "%d: is not BG", getpid()); in check_is_bg()
|
| H A D | runaway_mitigation.c | 86 T_ASSERT_BITS_SET(policy_state.effective, POLICY_EFF_DARWIN_BG, "%d: is BG", getpid()); in check_is_bg() 88 T_ASSERT_BITS_NOTSET(policy_state.effective, POLICY_EFF_DARWIN_BG, "%d: is not BG", getpid()); in check_is_bg()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | task_policy_private.h | 237 #define POLICY_EFF_DARWIN_BG 0x00000010 macro
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | thread_policy.c | 2478 bits |= (effective.thep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in proc_get_thread_policy_bitfield()
|
| H A D | task_policy.c | 2479 bits |= (effective.tep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in task_effective_bitfield()
|