Searched refs:thread_terminate_queue (Results 1 – 3 of 3) sorted by relevance
193 static struct mpsc_daemon_queue thread_terminate_queue; variable1036 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()
803 dump_mpsc_thread_queue("Terminate Queue", kern.globals.thread_terminate_queue)
1100 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…