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

/xnu-2782.1.97/iokit/IOKit/
H A DIOTypes.h227 @constant kMicrosecondScale Scale factor for microsecond based times.
234 kMicrosecondScale = 1000, enumerator in enum:__anon659
/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp276 return setTimeout(us, kMicrosecondScale);
324 return wakeAtTime(us, kMicrosecondScale);
H A DIOLib.cpp949 delay_for_interval(microseconds, kMicrosecondScale);
H A DIOServicePM.cpp5095 clock_interval_to_deadline(settleTime, kMicrosecondScale, &deadline);

Completed in 99 milliseconds