Searched refs:thread_should_yield (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | syscall_subr.c | 110 result = SCHED(thread_should_yield)(myprocessor, current_thread()); in swtch_continue() 127 if (!SCHED(thread_should_yield)(myprocessor, current_thread())) { in swtch() 147 result = SCHED(thread_should_yield)(myprocessor, current_thread()); in swtch_pri_continue() 164 if (!SCHED(thread_should_yield)(myprocessor, current_thread())) { in swtch_pri() 306 bool should_yield = SCHED(thread_should_yield)(current_processor(), current_thread()); in thread_switch() 606 if (!SCHED(thread_should_yield)(myprocessor, self)) { in thread_yield_internal()
|
| H A D | sched_traditional.c | 181 .thread_should_yield = sched_thread_should_yield, 236 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_proto.c | 201 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_dualq.c | 147 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_amp.c | 163 .thread_should_yield = sched_amp_thread_should_yield,
|
| H A D | sched_grrr.c | 238 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_prim.h | 958 bool (*thread_should_yield)(processor_t processor, thread_t thread); member
|
| H A D | sched_multiq.c | 337 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_clutch.c | 2784 .thread_should_yield = sched_thread_should_yield, 3420 .thread_should_yield = sched_edge_thread_should_yield,
|