Home
last modified time | relevance | path

Searched refs:spilled_thread_priority (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dsched_amp_common.h54 void pset_signal_spill(processor_set_t pset, int spilled_thread_priority);
55 bool pset_should_accept_spilled_thread(processor_set_t pset, int spilled_thread_priority);
H A Dsched_amp_common.c116 pset_signal_spill(processor_set_t pset, int spilled_thread_priority) in pset_signal_spill() argument
157 if (processor->current_pri >= spilled_thread_priority) { in pset_signal_spill()
191 pset_should_accept_spilled_thread(processor_set_t pset, int spilled_thread_priority) in pset_should_accept_spilled_thread() argument
211 if (processor->current_pri < spilled_thread_priority) { in pset_should_accept_spilled_thread()