Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/
H A Dedge_migration.c220 int dst_pcore = 3; variable
224 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
225 ret = ipi_expect(dst_pcore, TEST_IPI_IDLE);
229 cpu_set_thread_current(dst_pcore, core_busy);
231 cpu_send_ipi_for_thread(dst_pcore, thread, TEST_IPI_EVENT_PREEMPT);
232 ret = ipi_expect(dst_pcore, TEST_IPI_IMMEDIATE);