Home
last modified time | relevance | path

Searched refs:tep_terminated (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h89tep_terminated :1, /* all throttles have been removed for quick exit or SIGTE… member
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c1131 next.tep_terminated = 1; in task_policy_update_internal_locked()
1193 task_pid(task), next.tep_terminated); in task_policy_update_internal_locked()
1218 prev.tep_terminated != next.tep_terminated || in task_policy_update_internal_locked()
1241 if (prev.tep_terminated != next.tep_terminated) { in task_policy_update_internal_locked()
1895 value = task->effective_policy.tep_terminated; in proc_get_effective_task_policy()
2481 bits |= (effective.tep_terminated ? POLICY_EFF_TERMINATED : 0); in task_effective_bitfield()
H A Dthread_policy.c1823 if (task_effective.tep_terminated || requested.thrp_terminated) { in thread_policy_update_internal_spinlocked()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py831 if int(task.effective_policy.tep_terminated) != 0: