Home
last modified time | relevance | path

Searched refs:thread_setrun (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsched_dualq.c415 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
H A Dsched_amp.c447 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
H A Dsched_prim.h275 extern void thread_setrun(
H A Dsched_clutch.c3439 thread_setrun(thread, SCHED_TAILQ); in sched_clutch_processor_queue_shutdown()
4008 thread_setrun(thread, SCHED_TAILQ); in sched_edge_processor_queue_shutdown()
4944 thread_setrun(thread, SCHED_TAILQ); in sched_edge_run_drained_threads()
5188 thread_setrun(thread, SCHED_TAILQ); in sched_edge_pset_made_schedulable()
H A Dsched_prim.c1199 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_go()
3827 thread_setrun(thread, options); in thread_dispatch()
4638 thread_setrun(thread, SCHED_TAILQ); in sched_rtlocal_queue_shutdown()
5894 thread_setrun( in thread_setrun() function
6557 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_prepare_for_handoff()
6653 thread_setrun(thread, options); in thread_run_queue_reinsert()
H A Dthread.c1218 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()