Searched refs:_gate (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/IONetworkingFamily-101/
H A DIOOutputQueue.cpp813 _gate = IOCommandGate::commandGate(this);
815 if (!_gate || (workloop->addEventSource(_gate) != kIOReturnSuccess))
894 if (_gate)
896 IOWorkLoop *wl = _gate->getWorkLoop();
897 if(wl) wl->removeEventSource(_gate);
898 _gate->release();
899 _gate = 0;
980 if ( _gate->attemptAction((IOCommandGate::Action)
H A DIOGatedOutputQueue.h59 IOCommandGate * _gate; member in class:IOGatedOutputQueue

Completed in 276 milliseconds