Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOTypes.h209 kMicrosecondScale = 1000, enumerator
/xnu-8019.80.24/iokit/DriverKit/
H A DIOTypes.h209 kMicrosecondScale = 1000, enumerator
/xnu-8019.80.24/iokit/Kernel/
H A DIOTimerEventSource.cpp436 return setTimeout(us, kMicrosecondScale); in setTimeoutUS()
501 return wakeAtTime(us, kMicrosecondScale); in wakeAtTimeUS()
H A DIOLib.cpp1365 delay_for_interval(microseconds, kMicrosecondScale); in IODelay()
H A DIOServicePM.cpp5418 clock_interval_to_deadline(settleTime, kMicrosecondScale, &deadline); in startSettleTimer()
/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp216 tes->setTimeout(1, kMicrosecondScale); in TESAction()