Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCommandGate.h210 virtual IOReturn commandSleep(void *event,
236 virtual IOReturn commandSleep(void *event,
/xnu-11215/iokit/Kernel/
H A DIOCommandGate.cpp315 IOCommandGate::commandSleep(void *event, UInt32 interruptible) in commandSleep() function in IOCommandGate
326 IOCommandGate::commandSleep(void *event, AbsoluteTime deadline, UInt32 interruptible) in commandSleep() function in IOCommandGate
H A DIOCommandPool.cpp185 fSerializer->commandSleep(&fSleepers, THREAD_UNINT); in gatedGetCommand()