Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_rt.h177 thread_t rt_runq_dequeue(rt_queue_t rt_run_queue);
H A Dsched_rt.c583 thread_t new_thread = rt_runq_dequeue(&pset->rt_runq); in sched_rt_steal_thread()
633 thread_t new_thread = rt_runq_dequeue(&pset->rt_runq); in sched_rt_choose_thread()
672 thread = rt_runq_dequeue(&pset->rt_runq); in sched_rt_queue_shutdown()
1374 rt_runq_dequeue(rt_queue_t rt_run_queue) in rt_runq_dequeue() function
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c364 thread_t thread = rt_runq_dequeue(&pset->rt_runq); in impl_dequeue_realtime_thread()