Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/
H A Denabled_policy.c45 char *policy_name = platform_sched_policy(); variable
68 T_ASSERT_EQ_STR(policy_name, "clutch", "SMP platform should be running the Clutch scheduler");
73 …T_ASSERT_EQ_STR(policy_name, "edge", "Non-exempt AMP platform should be running the Edge scheduler…