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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h97 /*! @function commandGate
100 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
188 @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 function returns.
213 @discussion Put a thread to sleep waiting for an event but release the gate first. If the event occurs or timeout occurs then the commandGate is closed before the function returns.
H A DIOStatisticsPrivate.h150 IOCommandGateCounter commandGate; member in union:IOEventSourceCounter::__anon626
312 counter->u.commandGate.actionCalls++;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp81 fSerializer = IOCommandGate::commandGate(this);
H A DIOCommandGate.cpp82 IOCommandGate::commandGate(OSObject *inOwner, Action inAction) function in class:IOCommandGate
H A DIOWorkLoop.cpp155 controlG = IOCommandGate::commandGate(
H A DIOStatistics.cpp973 cgc->actionCalls += counter->u.commandGate.actionCalls;

Completed in 29 milliseconds