Searched refs:pmc_internal_reservation_stop_cpu (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c1653 static void pmc_internal_reservation_stop_cpu(void * arg) { function
1693 * contexts that are currently running to update, we do an inter-processor message to run pmc_internal_reservation_stop_cpu
1696 pmc_internal_reservation_broadcast(reservation, pmc_internal_reservation_stop_cpu);
2572 * contexts that are currently running to update, we do an inter-processor message to run pmc_internal_reservation_stop_cpu
2576 pmc_internal_reservation_broadcast(reservation, pmc_internal_reservation_stop_cpu);
2719 * contexts that are currently running to update, we do an inter-processor message to run pmc_internal_reservation_stop_cpu
2722 pmc_internal_reservation_broadcast(reservation, pmc_internal_reservation_stop_cpu);

Completed in 66 milliseconds