Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_migration_harness.c129 cpu_check_should_yield(int cpu_id, bool yield_expected) in cpu_check_should_yield() argument
133 yielding == yield_expected ? "PASS" : "FAIL", cpu_id, yielding, yield_expected); in cpu_check_should_yield()
134 return yielding == yield_expected; in cpu_check_should_yield()
H A Dsched_runqueue_harness.h63 extern bool cpu_check_should_yield(int cpu_id, bool yield_expected);