Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_dualq.c405 queue_head_t tqueue; in sched_dualq_processor_queue_shutdown() local
413 queue_init(&tqueue); in sched_dualq_processor_queue_shutdown()
417 enqueue_tail(&tqueue, &thread->runq_links); in sched_dualq_processor_queue_shutdown()
422 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_dualq_processor_queue_shutdown()
H A Dsched_amp.c430 queue_head_t tqueue; in sched_amp_processor_queue_shutdown() local
438 queue_init(&tqueue); in sched_amp_processor_queue_shutdown()
442 enqueue_tail(&tqueue, &thread->runq_links); in sched_amp_processor_queue_shutdown()
447 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_amp_processor_queue_shutdown()
H A Dsched_rt.c659 queue_head_t tqueue; in sched_rt_queue_shutdown() local
669 queue_init(&tqueue); in sched_rt_queue_shutdown()
673 enqueue_tail(&tqueue, &thread->runq_links); in sched_rt_queue_shutdown()
679 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_rt_queue_shutdown()
H A Dsched_clutch.c3494 queue_head_t tqueue; in sched_clutch_processor_queue_shutdown() local
3502 queue_init(&tqueue); in sched_clutch_processor_queue_shutdown()
3505 enqueue_tail(&tqueue, &thread->runq_links); in sched_clutch_processor_queue_shutdown()
3510 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_clutch_processor_queue_shutdown()
4149 queue_head_t tqueue; in sched_edge_processor_queue_shutdown() local
4159 queue_init(&tqueue); in sched_edge_processor_queue_shutdown()
4162 enqueue_tail(&tqueue, &thread->runq_links); in sched_edge_processor_queue_shutdown()
4166 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_edge_processor_queue_shutdown()