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

/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP);
63 commQ = IOCommandQueue::commandQueue
65 if (!commQ || kIOReturnSuccess != workLoop->addEventSource(commQ))
79 if (commQ) commQ->release();
H A DTests.h84 IOCommandQueue *commQ; member in class:TestDevice

Completed in 23 milliseconds