Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dthread_group_fairness.c203 …uint64_t higher_priority_runtime = finish_higher_priority_runtime_usec - start_higher_priority_run… variable
206 …T_QUIET; T_ASSERT_GT(higher_priority_runtime, 10000LL, "higher priority thread group got at least …
214 double total_runtime = (double)(lower_priority_runtime + higher_priority_runtime);
215 if (lower_priority_runtime <= higher_priority_runtime) {
218 runtime_ratio_value = (double)(higher_priority_runtime) / total_runtime;