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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines.c67 uint64_t delay_spin_threshold; variable
572 nanoseconds_to_absolutetime(threshold_us * NSEC_PER_USEC, &delay_spin_threshold);
578 return (interval < delay_spin_threshold) ? TRUE : FALSE;

Completed in 21 milliseconds