Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dedge_migration.c198 int dst_pcore = 3; variable
202 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
203 ret = ipi_expect(dst_pcore, TEST_IPI_IDLE);
207 cpu_set_thread_current(dst_pcore, core_busy);
209 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
210 ret = ipi_expect(dst_pcore, TEST_IPI_IMMEDIATE);