Home
last modified time | relevance | path

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

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