Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/sched/
H A Dedge_migration.c202 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
209 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
218 cpu_send_ipi_for_thread(dst_ecore, thread, TEST_IPI_EVENT_PREEMPT);
224 cpu_send_ipi_for_thread(dst_ecore, thread, TEST_IPI_EVENT_PREEMPT);
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_migration_harness.h64 TEST_IPI_EVENT_PREEMPT = 0x2, enumerator