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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h195 /*! @function commandWakeup
199 virtual void commandWakeup(void *event, bool oneThread = false);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandGate.cpp174 commandWakeup(sleepersP); // No further resources used
255 void IOCommandGate::commandWakeup(void *event, bool oneThread) function in class:IOCommandGate
H A DIOCommandPool.cpp206 fSerializer->commandWakeup(&fSleepers, /* oneThread */ true);

Completed in 78 milliseconds