Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c65 test_thread_t chosen_thread = sched_rt_choose_thread(cpus[cpu_id]); in impl_cpu_dequeue_thread()
H A Dsched_edge_harness.c316 test_thread_t chosen_thread = sched_rt_choose_thread(cpus[cpu_id]); in impl_cpu_dequeue_thread()
508 return sched_rt_choose_thread(cpus[cpu_id]); in impl_rt_choose_thread()
/xnu-12377.1.9/osfmk/kern/
H A Dsched_rt.h108 thread_t sched_rt_choose_thread(processor_t processor);
H A Dsched_rt.c612 sched_rt_choose_thread(processor_t processor) in sched_rt_choose_thread() function
H A Dsched_prim.c2622 new_thread = sched_rt_choose_thread(processor); in thread_select()