Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_dualq.c415 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
H A Dsched_amp.c441 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
H A Dsched_traditional.c573 thread_setrun(thread, SCHED_TAILQ); in sched_traditional_processor_queue_shutdown()
H A Dsched_prim.h256 extern void thread_setrun(
H A Dsched_grrr.c397 thread_setrun(thread, SCHED_TAILQ); in sched_grrr_processor_queue_shutdown()
H A Dsched_clutch.c3035 thread_setrun(thread, SCHED_TAILQ); in sched_clutch_processor_queue_shutdown()
3730 thread_setrun(thread, SCHED_TAILQ); in sched_edge_processor_queue_shutdown()
4592 thread_setrun(thread, SCHED_TAILQ); in sched_edge_run_drained_threads()
4835 thread_setrun(thread, SCHED_TAILQ); in sched_edge_pset_made_schedulable()
H A Dsched_prim.c1011 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_go()
3491 thread_setrun(thread, options); in thread_dispatch()
4246 thread_setrun(thread, SCHED_TAILQ); in sched_rtlocal_queue_shutdown()
5474 thread_setrun( in thread_setrun() function
5982 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_prepare_for_handoff()
6074 thread_setrun(thread, options); in thread_run_queue_reinsert()
H A Dsched_multiq.c1327 thread_setrun(thread, SCHED_TAILQ); in sched_multiq_processor_queue_shutdown()
H A Dthread.c1134 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()