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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTypes.h234 @constant kTickScale Scale factor for the standard (100Hz) tick.
242 kTickScale = (kSecondScale / 100) enumerator in enum:__anon634
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp267 return setTimeout(ticks, kTickScale);
315 return wakeAtTime(ticks, kTickScale);

Completed in 21 milliseconds