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

/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp116 IOScheduleFunc((IOThreadFunc) alarm, (void *) this, hundredMill, 1);
159 IOScheduleFunc((IOThreadFunc) sDevice->alarm, sDevice, hundredMill, 1);
177 IOUnscheduleFunc((IOThreadFunc) sDevice->alarm, sDevice);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h71 typedef void (*IOThreadFunc)(void *argument); typedef
256 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLib.cpp173 IOThread IOCreateThread(IOThreadFunc fcn, void *arg)

Completed in 17 milliseconds