Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.h176 thread_t rt_runq_first(rt_queue_t rt_run_queue);
H A Dsched_rt.c819 __kdebug_only uint64_t spill_tid = thread_tid(rt_runq_first(&starting_pset->rt_runq)); in rt_choose_next_processor_for_spill_IPI()
1413 rt_runq_first(rt_queue_t rt_run_queue) in rt_runq_first() function
H A Dsched_prim.c2562 thread_t hi_thread = rt_runq_first(&pset->rt_runq); in thread_select()