Home
last modified time | relevance | path

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

/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md7starvation avoidance for lower priority batch workloads (eg. photos sync, source compilation). The…
24 …vide low latency access to the CPU for high QoS classes while ensuring starvation avoidance for th…
57starvation avoidance mode" and opens a "starvation avoidance window" equal to `thread_quantum[buck…
63 * It achieves the goals of maintaining low scheduling latency for high buckets and starvation avoid…
/xnu-11417.121.6/osfmk/arm64/
H A Dplatform_tests.c950 bool starvation = false; in lt_test_locks() local
953 starvation = starvation || (lt_stress_local_counters[processor->cpu_id] < 10); in lt_test_locks()
960 } else if (starvation) { in lt_test_locks()