Searched refs:thread_should_yield (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | syscall_subr.c | 112 result = SCHED(thread_should_yield)(myprocessor, current_thread()); in swtch_continue() 129 if (!SCHED(thread_should_yield)(myprocessor, current_thread())) { in swtch() 149 result = SCHED(thread_should_yield)(myprocessor, current_thread()); in swtch_pri_continue() 166 if (!SCHED(thread_should_yield)(myprocessor, current_thread())) { in swtch_pri() 312 bool should_yield = SCHED(thread_should_yield)(current_processor(), current_thread()); in thread_switch() 617 if (!SCHED(thread_should_yield)(myprocessor, self)) { in thread_yield_internal()
|
| H A D | sched_dualq.c | 156 .thread_should_yield = sched_thread_should_yield,
|
| H A D | sched_amp.c | 167 .thread_should_yield = sched_amp_thread_should_yield,
|
| H A D | sched_prim.h | 1031 bool (*thread_should_yield)(processor_t processor, thread_t thread); member
|
| H A D | sched_clutch.c | 3253 .thread_should_yield = sched_thread_should_yield, 3865 .thread_should_yield = sched_edge_thread_should_yield,
|