Searched refs:as_backup (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_prim.c | 2200 … bool sched_ok_to_run_realtime_thread(processor_set_t pset, processor_t processor, bool as_backup); 7942 sched_ok_to_run_realtime_thread(processor_set_t pset, processor_t processor, bool as_backup) in sched_ok_to_run_realtime_thread() argument 7955 …_thread = these_processors_are_running_realtime_threads(pset, pset->primary_map & ~0x1, as_backup); in sched_ok_to_run_realtime_thread() 7957 ok_to_run_realtime_thread = these_processors_are_running_realtime_threads(pset, ~0x3, as_backup); in sched_ok_to_run_realtime_thread() 7960 …hread = sched_allow_rt_smt && these_processors_are_running_realtime_threads(pset, ~0x2, as_backup); in sched_ok_to_run_realtime_thread() 7962 …ad = (sched_allow_rt_smt && all_available_primaries_are_running_realtime_threads(pset, as_backup)); in sched_ok_to_run_realtime_thread() 7967 (void)as_backup; in sched_ok_to_run_realtime_thread()
|