Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c60 test_thread_t chosen_thread = sched_rt_choose_thread(cpus[cpu_id]); in impl_cpu_dequeue_thread()
H A Dsched_edge_harness.c257 test_thread_t chosen_thread = sched_rt_choose_thread(cpus[cpu_id]); in impl_cpu_dequeue_thread()
449 return sched_rt_choose_thread(cpus[cpu_id]); in impl_rt_choose_thread()
/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.h105 thread_t sched_rt_choose_thread(processor_t processor);
H A Dsched_rt.c601 sched_rt_choose_thread(processor_t processor) in sched_rt_choose_thread() function
H A Dsched_prim.c2652 new_thread = sched_rt_choose_thread(processor); in thread_select()