Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Tests/
H A DTestDevice.cpp42 static mach_timespec_t hundredMill = { 0, 100000000 }; variable
129 IOScheduleFunc((IOThreadFunc) alarm, (void *) this, hundredMill, 1); in alarm()
178 IOScheduleFunc((IOThreadFunc) sDevice->alarm, sDevice, hundredMill, 1); in testWorkLoop()