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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp140 // blockForCommand if you want your thread to sleep
145 IOCommandPool::getCommand(bool blockForCommand) argument
153 runAction(func, (void *) &command, (void *) blockForCommand);
167 gatedGetCommand(IOCommand **command, bool blockForCommand) argument
170 if (!blockForCommand)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h162 * @param blockForCommand
166 * If the caller passes true in blockForCommand, getCommand guarantees that
172 virtual IOCommand *getCommand(bool blockForCommand = true);
203 virtual IOReturn gatedGetCommand(IOCommand **command, bool blockForCommand);

Completed in 17 milliseconds