Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.c246 check_preempt_current(bool preemption_expected) in check_preempt_current() argument
249 …intf(_log, "%s: would preempt? %d, expecting to preempt? %d\n", preempting == preemption_expected ? in check_preempt_current()
250 "PASS" : "FAIL", preempting, preemption_expected); in check_preempt_current()
251 return preempting == preemption_expected; in check_preempt_current()
H A Dsched_runqueue_harness.h36 extern bool check_preempt_current(bool preemption_expected);