Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/iokit/IOKit/
H A DIOLib.h95 typedef void (*IOThreadFunc)(void *argument); typedef
562 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
/xnu-10002.41.9/iokit/Kernel/
H A DIOLib.cpp252 IOCreateThread(IOThreadFunc fcn, void *arg) in IOCreateThread()