Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestDevice.cpp187 IOCreateThread(producer, (void *) 4); in testWorkLoop()
188 IOCreateThread(producer, (void *) 3); in testWorkLoop()
189 IOCreateThread(producer, (void *) 2); in testWorkLoop()
190 IOCreateThread(producer, (void *) 1); in testWorkLoop()
/xnu-11215/iokit/IOKit/
H A DIOLib.h570 IOThread IOCreateThread(IOThreadFunc function, void *argument) __attribute__((deprecated));
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp255 IOCreateThread(IOThreadFunc fcn, void *arg) in IOCreateThread() function