Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c94 thread_set_runq_locked(thread_t thread, processor_t new_runq) in thread_set_runq_locked() function
/xnu-11215/osfmk/kern/
H A Dsched_dualq.c297 thread_set_runq_locked(thread, processor); in sched_dualq_processor_enqueue()
H A Dsched_amp.c286 thread_set_runq_locked(thread, processor); in sched_amp_processor_enqueue()
H A Dthread.h1871 extern void thread_set_runq_locked(thread_t thread, processor_t new_runq);
H A Dthread.c3804 thread_set_runq_locked(thread_t thread, processor_t new_runq) in thread_set_runq_locked() function
H A Dsched_clutch.c3337 thread_set_runq_locked(thread, processor); in sched_clutch_processor_enqueue()
H A Dsched_prim.c4465 thread_set_runq_locked(thread, processor); in rt_runq_enqueue()