Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_rt.h183 void rt_runq_remove(rt_queue_t rt_run_queue, thread_t thread);
H A Dsched_rt.c1452 rt_runq_remove(rt_queue_t rt_run_queue, thread_t thread) in rt_runq_remove() function
H A Dsched_prim.c6174 rt_runq_remove(&pset->rt_runq, thread); in thread_run_queue_remove()