Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h237tep_terminated :1, /* all throttles have been removed for quick exit or S… member
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c1093 next.tep_terminated = 1; in task_policy_update_internal_locked()
1167 prev.tep_terminated != next.tep_terminated || in task_policy_update_internal_locked()
2351 bits |= (effective.tep_terminated ? POLICY_EFF_TERMINATED : 0); in task_effective_bitfield()
H A Dthread_policy.c1747 if (task_effective.tep_terminated || requested.thrp_terminated) { in thread_policy_update_internal_spinlocked()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py715 if int(task.effective_policy.tep_terminated) != 0: