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

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestDevice.cpp119 static void producer(void *inProducerId) function
140 logPrintf(("TestDevice: producer %d exiting\n", producerId));
167 IOCreateThread(producer, (void *) 4);
168 IOCreateThread(producer, (void *) 3);
169 IOCreateThread(producer, (void *) 2);
170 IOCreateThread(producer, (void *) 1);

Completed in 20 milliseconds