Home
last modified time | relevance | path

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

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