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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c60 #define PMC_SPIN_TIMEOUT_US 10 /* Time in microseconds before the spin causes an assert */ macro
1699 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
1703 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */
2601 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
2618 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */
2660 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
2675 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */

Completed in 23 milliseconds