Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Tests/
H A DTestDevice.cpp129 IOScheduleFunc((IOThreadFunc) alarm, (void *) this, hundredMill, 1); in alarm()
178 IOScheduleFunc((IOThreadFunc) sDevice->alarm, sDevice, hundredMill, 1); in testWorkLoop()
198 IOUnscheduleFunc((IOThreadFunc) sDevice->alarm, sDevice); in testWorkLoop()
/xnu-11417.101.15/iokit/IOKit/
H A DIOLib.h103 typedef void (*IOThreadFunc)(void *argument); typedef
570 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
/xnu-11417.101.15/iokit/Kernel/
H A DIOLib.cpp239 IOCreateThread(IOThreadFunc fcn, void *arg) in IOCreateThread()