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 D | sched_prim.c | 414 thread_setrun(thread_t thread, sched_options_t options) in thread_setrun() function
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | sched_dualq.c | 427 thread_setrun(thread, SCHED_TAILQ); in sched_dualq_processor_queue_shutdown()
|
| H A D | sched_amp.c | 452 thread_setrun(thread, SCHED_TAILQ); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_prim.h | 274 extern void thread_setrun(
|
| H A D | sched_clutch.c | 3513 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 D | sched_prim.c | 1017 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 D | sched_rt.c | 684 thread_setrun(thread, SCHED_TAILQ); in sched_rt_queue_shutdown()
|
| H A D | thread.c | 1219 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ); in thread_stack_queue_invoke()
|