Searched refs:rt_runq_insert (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness.c | 56 rt_runq_insert(cpus[cpu_id], cpus[cpu_id]->processor_set, (thread_t) thread); in impl_cpu_enqueue_thread()
|
| H A D | sched_edge_harness.c | 306 rt_runq_insert(cpus[cpu_id], cpus[cpu_id]->processor_set, (thread_t) thread); in impl_cpu_enqueue_thread()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | sched_rt.h | 180 bool rt_runq_insert(processor_t processor, processor_set_t pset, thread_t thread);
|
| H A D | sched_rt.c | 1334 rt_runq_insert(processor_t processor, processor_set_t pset, thread_t thread) in rt_runq_insert() function
|
| H A D | sched_prim.c | 4173 rt_runq_insert(chosen_processor, pset, thread); in realtime_setrun()
|