Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOLocks.cpp106 IOLockWakeup(IOLock * lock, void *event, bool oneThread) in IOLockWakeup() argument
108 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IOLockWakeup()
126 void IOLockWakeup_legacy_x86_64(IOLock * lock, void *event, bool oneThread) __asm("_IOLockWakeup…
150 IOLockWakeup_legacy_x86_64(IOLock * lock, void *event, bool oneThread) in IOLockWakeup_legacy_x86_64() argument
156 IOLockWakeup(lock, event, oneThread); in IOLockWakeup_legacy_x86_64()
316 IORecursiveLockWakeup(IORecursiveLock *, void *event, bool oneThread) in IORecursiveLockWakeup() argument
318 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED); in IORecursiveLockWakeup()
H A DIOEventSource.cpp148 IOEventSource::wakeupGate(void *event, bool oneThread) in wakeupGate() argument
150 workLoop->wakeupGate(event, oneThread); in wakeupGate()
H A DIOCommandGate.cpp337 IOCommandGate::commandWakeup(void *event, bool oneThread) in commandWakeup() argument
339 wakeupGate(event, oneThread); in commandWakeup()
H A DIOWorkLoop.cpp545 IOWorkLoop::wakeupGate(void *event, bool oneThread) in wakeupGate() argument
547 IORecursiveLockWakeup(gateLock, event, oneThread); in wakeupGate()
/xnu-11215/iokit/IOKit/
H A DIOLocks.h140 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
272 void *event, bool oneThread);
H A DIOCommandGate.h217 virtual void commandWakeup(void *event, bool oneThread = false);
H A DIOEventSource.h230 void wakeupGate(void *event, bool oneThread);
H A DIOWorkLoop.h294 virtual void wakeupGate(void *event, bool oneThread);