Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOCommandGate.h217 virtual void commandWakeup(void *event, bool oneThread = false);
/xnu-8792.41.9/iokit/Kernel/
H A DIOCommandPool.cpp219 fSerializer->commandWakeup(&fSleepers, /* oneThread */ true); in gatedReturnCommand()
H A DIOCommandGate.cpp337 IOCommandGate::commandWakeup(void *event, bool oneThread) in commandWakeup() function in IOCommandGate