Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c4081 rt_runq_dequeue(rt_queue_t rt_run_queue) in rt_runq_dequeue() function
4234 thread = rt_runq_dequeue(&pset->rt_runq); in sched_rtlocal_queue_shutdown()
4340 thread_t new_thread = rt_runq_dequeue(&pset->rt_runq); in sched_rtlocal_steal_thread()
4369 thread_t new_thread = rt_runq_dequeue(SCHED(rt_runq)(pset)); in sched_rt_choose_thread()
4399 thread_t new_thread = rt_runq_dequeue(SCHED(rt_runq)(pset)); in sched_rt_choose_thread()