Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dthread_group_fairness.c214 double total_runtime = (double)(lower_priority_runtime + higher_priority_runtime); variable
216 runtime_ratio_value = (double)(lower_priority_runtime) / total_runtime;
218 runtime_ratio_value = (double)(higher_priority_runtime) / total_runtime;