Searched refs:cpu_send_ipi_for_thread (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/tests/sched/ |
| H A D | edge_migration.c | 202 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.1.9/tests/sched/sched_test_harness/ |
| H A D | sched_migration_harness.h | 70 extern void cpu_send_ipi_for_thread(int cpu_id, test_thread_t thread, test_ipi_event_t event);
|
| H A D | sched_migration_harness.c | 138 cpu_send_ipi_for_thread(int cpu_id, test_thread_t thread, test_ipi_event_t event) in cpu_send_ipi_for_thread() function
|