Searched refs:_interruptSrc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOGatedOutputQueue.h60 IOInterruptEventSource * _interruptSrc; member in class:IOGatedOutputQueue
H A DIOOutputQueue.cpp820 _interruptSrc = IOInterruptEventSource::interruptEventSource(
825 if ( !_interruptSrc ||
826 (workloop->addEventSource(_interruptSrc) != kIOReturnSuccess) )
902 if (_interruptSrc)
904 IOWorkLoop * wl = _interruptSrc->getWorkLoop();
905 if (wl) wl->removeEventSource(_interruptSrc);
906 _interruptSrc->release();
907 _interruptSrc = 0;
994 _interruptSrc->interruptOccurred(0, 0, 0);

Completed in 120 milliseconds