Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_dualq.c393 queue_head_t tqueue; in sched_dualq_processor_queue_shutdown() local
401 queue_init(&tqueue); in sched_dualq_processor_queue_shutdown()
405 enqueue_tail(&tqueue, &thread->runq_links); in sched_dualq_processor_queue_shutdown()
410 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_dualq_processor_queue_shutdown()
H A Dsched_amp.c425 queue_head_t tqueue; in sched_amp_processor_queue_shutdown() local
433 queue_init(&tqueue); in sched_amp_processor_queue_shutdown()
437 enqueue_tail(&tqueue, &thread->runq_links); in sched_amp_processor_queue_shutdown()
442 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_amp_processor_queue_shutdown()
H A Dsched_clutch.c3420 queue_head_t tqueue; in sched_clutch_processor_queue_shutdown() local
3428 queue_init(&tqueue); in sched_clutch_processor_queue_shutdown()
3431 enqueue_tail(&tqueue, &thread->runq_links); in sched_clutch_processor_queue_shutdown()
3436 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_clutch_processor_queue_shutdown()
3988 queue_head_t tqueue; in sched_edge_processor_queue_shutdown() local
3998 queue_init(&tqueue); in sched_edge_processor_queue_shutdown()
4001 enqueue_tail(&tqueue, &thread->runq_links); in sched_edge_processor_queue_shutdown()
4005 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_edge_processor_queue_shutdown()
H A Dsched_prim.c4613 queue_head_t tqueue; in sched_rtlocal_queue_shutdown() local
4623 queue_init(&tqueue); in sched_rtlocal_queue_shutdown()
4627 enqueue_tail(&tqueue, &thread->runq_links); in sched_rtlocal_queue_shutdown()
4633 qe_foreach_element_safe(thread, &tqueue, runq_links) { in sched_rtlocal_queue_shutdown()