Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.c193 static struct mpsc_daemon_queue thread_terminate_queue; variable
1036 assert(dq == &thread_terminate_queue); in thread_terminate_queue_invoke()
1150 mpsc_daemon_enqueue(&thread_terminate_queue, &thread->mpsc_links, in thread_terminate_enqueue()
1189 mpsc_daemon_enqueue(&thread_terminate_queue, &th_remove->mpsc_links, in thread_terminate_crashed_threads()
1248 thread_deallocate_daemon_register_queue(&thread_terminate_queue, in thread_daemon_init()
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py803 dump_mpsc_thread_queue("Terminate Queue", kern.globals.thread_terminate_queue)
H A Dprocess.py1100 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…