Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsched_dualq.c415 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
H A Dsched_traditional.c573 thread_setrun(thread, SCHED_TAILQ); in sched_traditional_processor_queue_shutdown()
H A Dsched_amp.c447 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
H A Dsched_grrr.c398 thread_setrun(thread, SCHED_TAILQ); in sched_grrr_processor_queue_shutdown()
H A Dsched_prim.h274 extern void thread_setrun(
H A Dsched_clutch.c3028 thread_setrun(thread, SCHED_TAILQ); in sched_clutch_processor_queue_shutdown()
3692 thread_setrun(thread, SCHED_TAILQ); in sched_edge_processor_queue_shutdown()
4589 thread_setrun(thread, SCHED_TAILQ); in sched_edge_run_drained_threads()
4833 thread_setrun(thread, SCHED_TAILQ); in sched_edge_pset_made_schedulable()
H A Dsched_multiq.c1327 thread_setrun(thread, SCHED_TAILQ); in sched_multiq_processor_queue_shutdown()
H A Dsched_prim.c1069 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_go()
3666 thread_setrun(thread, options); in thread_dispatch()
4480 thread_setrun(thread, SCHED_TAILQ); in sched_rtlocal_queue_shutdown()
5741 thread_setrun( in thread_setrun() function
6371 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_prepare_for_handoff()
6467 thread_setrun(thread, options); in thread_run_queue_reinsert()
H A Dthread.c1211 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()