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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c59 #define PMC_SPIN_THRESHOLD 10 /* Number of spins to allow before checking mach_absolute_time() */ macro
1704 if (++spins > PMC_SPIN_THRESHOLD) {
2619 if (++spins > PMC_SPIN_THRESHOLD) {
2676 if (++spins > PMC_SPIN_THRESHOLD) {

Completed in 15 milliseconds