Searched refs:IOThreadFunc (Results 1 – 3 of 3) sorted by relevance
129 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()
103 typedef void (*IOThreadFunc)(void *argument); typedef570 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
239 IOCreateThread(IOThreadFunc fcn, void *arg) in IOCreateThread()