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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOLocks.cpp78 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) argument
80 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
91 void IOLockWakeup_legacy_x86_64(IOLock * lock, void *event, bool oneThread) __asm("_IOLockWakeup");
110 void IOLockWakeup_legacy_x86_64(IOLock * lock, void *event, bool oneThread) argument
115 IOLockWakeup(lock, event, oneThread);
267 void IORecursiveLockWakeup(IORecursiveLock *, void *event, bool oneThread) argument
269 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
H A DIOEventSource.cpp133 void IOEventSource::wakeupGate(void *event, bool oneThread) { workLoop->wakeupGate(event, oneThread); } argument
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.cpp486 void IOWorkLoop::wakeupGate(void *event, bool oneThread) argument
488 IORecursiveLockWakeup(gateLock, event, oneThread);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandGate.h199 virtual void commandWakeup(void *event, bool oneThread = false);
H A DIOLocks.h141 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
223 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);
/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) argument
666 return (IOLockWakeup(gateMutex, event, oneThread));

Completed in 204 milliseconds