Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_migration_harness.h62 } test_ipi_event_t; // Mirrors sched_ipi_event_t typedef
63 extern void cpu_send_ipi_for_thread(int cpu_id, test_thread_t thread, test_ipi_event_t event);
H A Dsched_harness_impl.h25 extern void impl_send_ipi(int cpu_id, test_thread_t thread, test_ipi_event_t event…
H A Dsched_migration_harness.c97 cpu_send_ipi_for_thread(int cpu_id, test_thread_t thread, test_ipi_event_t event) in cpu_send_ipi_for_thread()
H A Dsched_edge_harness.c405 impl_send_ipi(int cpu_id, test_thread_t thread, test_ipi_event_t event) in impl_send_ipi()