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