Home
last modified time | relevance | path

Searched refs:thread_set_runq_locked (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.121.3/osfmk/kern/
H A Dsched_dualq.c297 thread_set_runq_locked(thread, processor); in sched_dualq_processor_enqueue()
H A Dsched_multiq.c1152 thread_set_runq_locked(thread, processor); in sched_multiq_processor_enqueue()
1161 thread_set_runq_locked(thread, processor); in sched_multiq_processor_enqueue()
H A Dsched_traditional.c418 thread_set_runq_locked(thread, processor); in sched_traditional_processor_enqueue()
H A Dsched_amp.c286 thread_set_runq_locked(thread, processor); in sched_amp_processor_enqueue()
H A Dthread.h1851 extern void thread_set_runq_locked(thread_t thread, processor_t new_runq);
H A Dthread.c3814 thread_set_runq_locked(thread_t thread, processor_t new_runq) in thread_set_runq_locked() function
H A Dsched_clutch.c2908 thread_set_runq_locked(thread, processor); in sched_clutch_processor_enqueue()
H A Dsched_prim.c4307 thread_set_runq_locked(thread, processor); in rt_runq_enqueue()