Searched refs:thread_setrun (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_dualq.c | 415 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
|
| H A D | sched_amp.c | 447 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_prim.h | 275 extern void thread_setrun(
|
| H A D | sched_clutch.c | 3439 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 D | sched_prim.c | 1199 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 D | thread.c | 1218 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()
|