Home
last modified time | relevance | path

Searched refs:kMicrosecondScale (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIOTypes.h237 kMicrosecondScale = 1000, enumerator
/xnu-11215.1.10/iokit/Kernel/
H A DIOTimerEventSource.cpp437 return setTimeout(us, kMicrosecondScale); in setTimeoutUS()
502 return wakeAtTime(us, kMicrosecondScale); in wakeAtTimeUS()
H A DIOLib.cpp1535 delay_for_interval(microseconds, kMicrosecondScale); in IODelay()
H A DIOServicePM.cpp5496 clock_interval_to_deadline(settleTime, kMicrosecondScale, &deadline); in startSettleTimer()
/xnu-11215.1.10/iokit/Tests/
H A DTests.cpp793 tes->setTimeout(1, kMicrosecondScale); in TESAction()