Home
last modified time | relevance | path

Searched refs:terminated_threads (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dprocessor.h387 extern queue_head_t terminated_threads;
H A Dprocessor.c152 queue_head_t terminated_threads; variable
295 queue_init(&terminated_threads); in processor_bootstrap()
H A Dthread.c861 queue_remove(&terminated_threads, thread, thread_t, threads); in thread_deallocate_complete()
1096 queue_enter(&terminated_threads, thread, thread_t, threads); in thread_terminate_queue_invoke()
/xnu-12377.61.12/tools/lldbmacros/core/
H A Dkernelcore.py612 def terminated_threads(self): member in KernelTarget
/xnu-12377.61.12/tools/lldbmacros/
H A Dprocess.py1417 for thr in kern.terminated_threads:
1439 for t in kern.terminated_threads: