Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dsched_prim.c2385 static bool these_processors_are_running_realtime_threads(processor_set_t pset, uint64_t these_map,…
8786 these_processors_are_running_realtime_threads(processor_set_t pset, uint64_t these_map, bool includ… in these_processors_are_running_realtime_threads() function
8813 …ok_to_run_realtime_thread = these_processors_are_running_realtime_threads(pset, pset->primary_map … in sched_ok_to_run_realtime_thread()
8815 ok_to_run_realtime_thread = these_processors_are_running_realtime_threads(pset, ~0x3, as_backup); in sched_ok_to_run_realtime_thread()
8818 …ok_to_run_realtime_thread = sched_allow_rt_smt && these_processors_are_running_realtime_threads(ps… in sched_ok_to_run_realtime_thread()