Searched refs:thread_setrun (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.140.41/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 | 441 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_traditional.c | 573 thread_setrun(thread, SCHED_TAILQ); in sched_traditional_processor_queue_shutdown()
|
| H A D | sched_prim.h | 256 extern void thread_setrun(
|
| H A D | sched_grrr.c | 397 thread_setrun(thread, SCHED_TAILQ); in sched_grrr_processor_queue_shutdown()
|
| H A D | sched_clutch.c | 3035 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 D | sched_prim.c | 1011 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 D | sched_multiq.c | 1327 thread_setrun(thread, SCHED_TAILQ); in sched_multiq_processor_queue_shutdown()
|
| H A D | thread.c | 1134 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()
|