Lines Matching refs:IOEventSource
46 OSDefineMetaClassAndAbstractStructors(IOEventSource, OSObject)
48 OSMetaClassDefineReservedUnused(IOEventSource, 0);
49 OSMetaClassDefineReservedUnused(IOEventSource, 1);
50 OSMetaClassDefineReservedUnused(IOEventSource, 2);
51 OSMetaClassDefineReservedUnused(IOEventSource, 3);
52 OSMetaClassDefineReservedUnused(IOEventSource, 4);
53 OSMetaClassDefineReservedUnused(IOEventSource, 5);
54 OSMetaClassDefineReservedUnused(IOEventSource, 6);
55 OSMetaClassDefineReservedUnused(IOEventSource, 7);
58 IOEventSource::checkForWork() in checkForWork()
98 IOEventSource::signalWorkAvailable() in signalWorkAvailable()
104 IOEventSource::openGate() in openGate()
111 IOEventSource::closeGate() in closeGate()
118 IOEventSource::tryCloseGate() in tryCloseGate()
128 IOEventSource::sleepGate(void *event, UInt32 type) in sleepGate()
138 IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type) in sleepGate()
148 IOEventSource::wakeupGate(void *event, bool oneThread) in wakeupGate()
155 IOEventSource::init(OSObject *inOwner, in init()
181 IOEventSource::free( void ) in free()
197 IOEventSource::setRefcon(void *newrefcon) in setRefcon()
203 IOEventSource::getRefcon() const in getRefcon()
208 IOEventSource::Action
209 IOEventSource::getAction() const in getAction()
217 IOEventSource::ActionBlock
218 IOEventSource::getActionBlock(ActionBlock) const in getActionBlock()
227 IOEventSource::setAction(Action inAction) in setAction()
237 IOEventSource::setActionBlock(ActionBlock block) in setActionBlock()
246 IOEventSource *
247 IOEventSource::getNext() const in getNext()
253 IOEventSource::setNext(IOEventSource *inNext) in setNext()
259 IOEventSource::enable() in enable()
268 IOEventSource::disable() in disable()
274 IOEventSource::isEnabled() const in isEnabled()
280 IOEventSource::setWorkLoop(IOWorkLoop *inWorkLoop) in setWorkLoop()
289 IOEventSource::getWorkLoop() const in getWorkLoop()
295 IOEventSource::onThread() const in onThread()