Searched refs:oneThread (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOLocks.cpp | 106 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 D | IOEventSource.cpp | 148 IOEventSource::wakeupGate(void *event, bool oneThread) in wakeupGate() argument 150 workLoop->wakeupGate(event, oneThread); in wakeupGate()
|
| H A D | IOCommandGate.cpp | 337 IOCommandGate::commandWakeup(void *event, bool oneThread) in commandWakeup() argument 339 wakeupGate(event, oneThread); in commandWakeup()
|
| H A D | IOWorkLoop.cpp | 545 IOWorkLoop::wakeupGate(void *event, bool oneThread) in wakeupGate() argument 547 IORecursiveLockWakeup(gateLock, event, oneThread); in wakeupGate()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOLocks.h | 140 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup); 272 void *event, bool oneThread);
|
| H A D | IOCommandGate.h | 217 virtual void commandWakeup(void *event, bool oneThread = false);
|
| H A D | IOEventSource.h | 230 void wakeupGate(void *event, bool oneThread);
|
| H A D | IOWorkLoop.h | 294 virtual void wakeupGate(void *event, bool oneThread);
|