Searched refs:thread_setrun (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | sched_dualq.c | 415 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_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_amp.c | 447 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_grrr.c | 398 thread_setrun(thread, SCHED_TAILQ); in sched_grrr_processor_queue_shutdown()
|
| H A D | sched_prim.h | 274 extern void thread_setrun(
|
| H A D | sched_clutch.c | 3028 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 D | sched_multiq.c | 1327 thread_setrun(thread, SCHED_TAILQ); in sched_multiq_processor_queue_shutdown()
|
| H A D | sched_prim.c | 1069 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 D | thread.c | 1211 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()
|