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

/darwin-on-arm/xnu/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.cpp164 wakeupGate(&dmaSynchBusy, true);
H A DIOWorkLoop.cpp491 void IOWorkLoop::wakeupGate(void *event, bool oneThread) function in class:IOWorkLoop
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h208 void wakeupGate(void *event, bool oneThread);
H A DIOWorkLoop.h275 virtual void wakeupGate(void *event, bool oneThread);

Completed in 31 milliseconds