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

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c60 #define PMC_SPIN_TIMEOUT_US 10 /* Time in microseconds before the spin causes an assert */ macro
1697 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
1701 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */
2599 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
2616 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */
2658 nanoseconds_to_absolutetime(PMC_SPIN_TIMEOUT_US * 1000, &timeout);
2673 /* Assert if this takes longer than PMC_SPIN_TIMEOUT_US */

Completed in 25 milliseconds