Home
last modified time | relevance | path

Searched refs:thep_terminated (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h262thep_terminated :1, /* all throttles have been removed for quick exit or S… member
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1159 if (thread->effective_policy.thep_terminated == TRUE) { in thread_recompute_priority()
1825 next.thep_terminated = 1; in thread_policy_update_internal_spinlocked()
1875 thread_tid(thread), next.thep_terminated); in thread_policy_update_internal_spinlocked()
1888 prev.thep_terminated != next.thep_terminated || in thread_policy_update_internal_spinlocked()
/xnu-12377.61.12/tools/lldbmacros/
H A Dprocess.py485 if int(thread.effective_policy.thep_terminated) != 0: