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

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c59 #define PMC_SPIN_THRESHOLD 10 /* Number of spins to allow before checking mach_absolute_time() */ macro
1702 if (++spins > PMC_SPIN_THRESHOLD) {
2617 if (++spins > PMC_SPIN_THRESHOLD) {
2674 if (++spins > PMC_SPIN_THRESHOLD) {

Completed in 230 milliseconds