Home
last modified time | relevance | path

Searched refs:tep_darwinbg (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/osfmk/kperf/
H A Dtask_samplers.c48 if (task->effective_policy.tep_darwinbg) { in kperf_task_snapshot_sample()
/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h82 …uint64_t tep_darwinbg :1, /* marked as 'background', and sockets are marked bg w… member
/xnu-12377.41.6/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py325 task.effective_policy.tep_darwinbg = 0
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c964 next.tep_darwinbg = 1; in task_policy_update_internal_locked()
1132 next.tep_darwinbg = 0; in task_policy_update_internal_locked()
1210 prev.tep_darwinbg != next.tep_darwinbg || in task_policy_update_internal_locked()
1837 value = task->effective_policy.tep_darwinbg; in proc_get_effective_task_policy()
2479 bits |= (effective.tep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in task_effective_bitfield()
H A Dthread_policy.c1657 if (task_effective.tep_darwinbg && task_effective.tep_promote_above_task && in thread_policy_update_internal_spinlocked()
1713 if (task_effective.tep_darwinbg && !next.thep_promote_above_task) { in thread_policy_update_internal_spinlocked()
H A Dkern_stackshot.c3279 if (task->effective_policy.tep_darwinbg == 1) { in kcdata_get_task_ss_flags()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py822 if int(task.effective_policy.tep_darwinbg) != 0: