Searched refs:commandGate (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandGate.h101 /*! @function commandGate
104 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
192 @discussion Put a thread to sleep waiting for an event but release the gate first. If the event occurs then the commandGate is closed before the returns.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandPool.cpp81 fSerializer = IOCommandGate::commandGate(this);
H A DIOCommandGate.cpp55 IOCommandGate::commandGate(OSObject *inOwner, Action inAction) function in class:IOCommandGate
H A DIOWorkLoop.cpp95 controlG = IOCommandGate::commandGate(

Completed in 70 milliseconds