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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp59 void IOEventSource::wakeupGate(void *event, bool oneThread) argument
60 { workLoop->wakeupGate(event, oneThread); }
H A DIOLocks.cpp82 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) argument
84 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
213 void IORecursiveLockWakeup(IORecursiveLock *, void *event, bool oneThread) argument
215 thread_wakeup_prim((event_t) event, oneThread, THREAD_AWAKENED);
H A DIOCommandGate.cpp80 wakeupGate(&enabled, /* oneThread */ false); // Unblock sleeping threads
200 void IOCommandGate::commandWakeup(void *event, bool oneThread) argument
202 wakeupGate(event, oneThread);
H A DIOWorkLoop.cpp409 void IOWorkLoop::wakeupGate(void *event, bool oneThread) argument
411 IORecursiveLockWakeup(gateLock, event, oneThread);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandGate.h203 virtual void commandWakeup(void *event, bool oneThread = false);
H A DIOEventSource.h195 /* inline */ void wakeupGate(void *event, bool oneThread);
196 /* { workLoop->wakeupGate(event, oneThread); }; */
H A DIOWorkLoop.h260 virtual void wakeupGate(void *event, bool oneThread);
H A DIOLocks.h157 void IOLockWakeup(IOLock * lock, void *event, bool oneThread);
237 void *event, bool oneThread);

Completed in 42 milliseconds