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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h57 CAUTION: The runAction, runCommand, and attemptCommand functions cannot be called from an interrupt context.
155 /*! @function attemptCommand
158 a single threaded manner. When the executing on a client's thread attemptCommand will fail if the work-loop's gate is closed.
165 virtual IOReturn attemptCommand(void *arg0 = 0, void *arg1 = 0,
173 client's thread attemptCommand will fail if the work-loop's gate is closed.
208 @discussion Enable the command gate. The attemptAction/attemptCommand calls will now be enabled and can succeeed. Stalled runCommand/runAction calls will be woken up. */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandGate.cpp142 IOReturn IOCommandGate::attemptCommand(void *arg0, void *arg1, function in class:IOCommandGate

Completed in 12 milliseconds