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

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestDevice.cpp121 int producerId = (int) inProducerId; local
127 if (producerId & 1)
132 for (i = 0; i < 5 * (producerId << 1); i++) {
134 (true, command, i, (void *) (i % (producerId + 1)));
135 if ( !(i % (producerId + 1)) )
137 logPrintf(("TestDevice(%d): %d\n", producerId, i));
140 logPrintf(("TestDevice: producer %d exiting\n", producerId));
143 IOExitThread(producerId);

Completed in 10 milliseconds