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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp133 void IOEventSource::wakeupGate(void *event, bool oneThread) { workLoop->wakeupGate(event, oneThread); } argument
H A DIOLocks.cpp73 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) argument
75 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
226 void IORecursiveLockWakeup(IORecursiveLock *, void *event, bool oneThread) argument
228 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
H A DIOCommandGate.cpp107 wakeupGate(&enabled, /* oneThread */ false); // Unblock sleeping threads
255 void IOCommandGate::commandWakeup(void *event, bool oneThread) argument
257 wakeupGate(event, oneThread);
H A DIOWorkLoop.cpp491 void IOWorkLoop::wakeupGate(void *event, bool oneThread) argument
493 IORecursiveLockWakeup(gateLock, event, oneThread);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h199 virtual void commandWakeup(void *event, bool oneThread = false);
H A DIOLocks.h144 void IOLockWakeup(IOLock * lock, void *event, bool oneThread);
226 void *event, bool oneThread);
H A DIOEventSource.h208 void wakeupGate(void *event, bool oneThread);
H A DIOWorkLoop.h275 virtual void wakeupGate(void *event, bool oneThread);

Completed in 34 milliseconds