Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h59 extern bool cpu_check_preempt_current(int cpu_id, bool preemption_expected);
H A Dsched_runqueue_harness.c308 pass = cpu_check_preempt_current(cpu_id, false); in dequeue_thread_expect()
359 cpu_check_preempt_current(int cpu_id, bool preemption_expected) in cpu_check_preempt_current() function
/xnu-12377.1.9/tests/sched/
H A Dedge_migration.c135 ret = cpu_check_preempt_current(p_cpu, true);
178 ret = cpu_check_preempt_current(p_cpu, true);
H A Dclutch_runqueue.c400 ret = cpu_check_preempt_current(get_default_cpu(), false);