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

/xnu-2782.1.97/iokit/IOKit/
H A DIOTypes.h229 @constant kTickScale Scale factor for the standard (100Hz) tick.
237 kTickScale = (kSecondScale / 100) enumerator in enum:__anon659
/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp266 return setTimeout(ticks, kTickScale);
314 return wakeAtTime(ticks, kTickScale);

Completed in 22 milliseconds