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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTypes.h211 @constant kMillisecondScale Scale factor for millisecond based times.
218 kMillisecondScale = 1000 * 1000, enumerator in enum:__anon481
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp214 return setTimeout(ms, kMillisecondScale);
260 return wakeAtTime(ms, kMillisecondScale);
H A DIOLib.cpp690 delay_for_interval(milliseconds, kMillisecondScale);
H A DIOCatalogue.cpp901 clock_interval_to_deadline( 1000, kMillisecondScale );
962 clock_interval_to_deadline( 500, kMillisecondScale );
H A DIOPMrootDomain.cpp3121 clock_interval_to_deadline(1000, kMillisecondScale, &deadline);
H A DIOService.cpp3189 msToWait, kMillisecondScale, &abstime );
H A DIOServicePM.cpp4510 start_ack_timer( theContext.maxTimeRequested / 1000, kMillisecondScale );

Completed in 107 milliseconds