Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/sched_test_harness/shadow_headers/ !
H A Dsched_prim.c414 thread_setrun(thread_t thread, sched_options_t options) in thread_setrun() function
/xnu-12377.41.6/osfmk/kern/ !
H A Dsched_dualq.c427 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
H A Dsched_amp.c452 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
H A Dsched_prim.h274 extern void thread_setrun(
H A Dsched_clutch.c3513 thread_setrun(thread, SCHED_TAILQ); in sched_clutch_processor_queue_shutdown()
4169 thread_setrun(thread, SCHED_TAILQ); in sched_edge_processor_queue_shutdown()
5536 thread_setrun(thread, SCHED_TAILQ); in sched_edge_run_drained_threads()
5787 thread_setrun(thread, SCHED_TAILQ); in sched_edge_pset_made_schedulable()
H A Dsched_prim.c1017 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_go()
3548 thread_setrun(thread, options); in thread_dispatch()
5412 thread_setrun( in thread_setrun() function
6102 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_prepare_for_handoff()
6198 thread_setrun(thread, options); in thread_run_queue_reinsert()
H A Dsched_rt.c684 thread_setrun(thread, SCHED_TAILQ); in sched_rt_queue_shutdown()
H A Dthread.c1219 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()