Searched refs:wakeupGate (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOEventSource.cpp133 void IOEventSource::wakeupGate(void *event, bool oneThread) { workLoop->wakeupGate(event, oneThread); } function in class:IOEventSource
H A DIOCommandGate.cpp107 wakeupGate(&enabled, /* oneThread */ false); // Unblock sleeping threads
257 wakeupGate(event, oneThread);
H A DIODMAEventSource.cpp186 wakeupGate(&dmaSynchBusy, true);
H A DIOWorkLoop.cpp486 void IOWorkLoop::wakeupGate(void *event, bool oneThread) function in class:IOWorkLoop
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOEventSource.h208 void wakeupGate(void *event, bool oneThread);
H A DIOWorkLoop.h275 virtual void wakeupGate(void *event, bool oneThread);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWWorkLoop.cpp270 wakeupGate( the_token, false );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp482 virtual void wakeupGate(void *event, bool oneThread);
664 void IOGraphicsWorkLoop::wakeupGate(void *event, bool oneThread) function in class:IOGraphicsWorkLoop
2104 FBWL(self)->wakeupGate(self->__private->waitVBLEvent, true);
4372 FBWL(this)->wakeupGate(&serverConnect, true);
5722 FBWL(this)->wakeupGate(&__private->pendingUsable, false);
5798 FBWL(this)->wakeupGate(&__private->pendingUsable, false);

Completed in 146 milliseconds