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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h160 * @function getCommand
161 * @discussion The getCommand method is used to get a pointer to an object of type IOCommand from the pool.
166 * If the caller passes true in blockForCommand, getCommand guarantees that
172 virtual IOCommand *getCommand(bool blockForCommand = true);
191 * command from the pool behind a command gate, runAction-ed by getCommand.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp139 // getCommand - Gets a command from the pool. Pass true in
145 IOCommandPool::getCommand(bool blockForCommand) function in class:IOCommandPool

Completed in 26 milliseconds