Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dthread_group_fairness.c202 …uint64_t lower_priority_runtime = finish_lower_priority_runtime_usec - start_lower_priority_runtim… variable
205 …T_QUIET; T_ASSERT_GT(lower_priority_runtime, 10000LL, "lower priority thread group got at least 10…
214 double total_runtime = (double)(lower_priority_runtime + higher_priority_runtime);
215 if (lower_priority_runtime <= higher_priority_runtime) {
216 runtime_ratio_value = (double)(lower_priority_runtime) / total_runtime;