Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_rt.h179 thread_t rt_runq_first(rt_queue_t rt_run_queue);
H A Dsched_rt.c844 __kdebug_only uint64_t spill_tid = thread_tid(rt_runq_first(&starting_pset->rt_runq)); in rt_choose_next_processor_for_spill_IPI()
1438 rt_runq_first(rt_queue_t rt_run_queue) in rt_runq_first() function
H A Dsched_prim.c2532 thread_t hi_thread = rt_runq_first(&pset->rt_runq); in thread_select()