Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2198 static bool these_processors_are_running_realtime_threads(processor_set_t pset, uint64_t these_map,…
7928 these_processors_are_running_realtime_threads(processor_set_t pset, uint64_t these_map, bool includ… in these_processors_are_running_realtime_threads() function
7955 …ok_to_run_realtime_thread = these_processors_are_running_realtime_threads(pset, pset->primary_map … 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 …ok_to_run_realtime_thread = sched_allow_rt_smt && these_processors_are_running_realtime_threads(ps… in sched_ok_to_run_realtime_thread()