Searched refs:sleepGate (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp115 int IOEventSource::sleepGate(void *event, UInt32 type) function in class:IOEventSource
119 res = workLoop->sleepGate(event, type);
124 int IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type) function in class:IOEventSource
128 res = workLoop->sleepGate(event, deadline, type);
H A DIOCommandGate.cpp126 sleepGate(sleepersP, THREAD_UNINT);
166 IOReturn res = sleepGate(&enabled, THREAD_ABORTSAFE);
244 return sleepGate(event, interruptible);
252 return sleepGate(event, deadline, interruptible);
H A DIODMAEventSource.cpp101 while (dmaSynchBusy) sleepGate(&dmaSynchBusy, THREAD_UNINT);
H A DIOWorkLoop.cpp473 int IOWorkLoop::sleepGate(void *event, UInt32 interuptibleType) function in class:IOWorkLoop
482 int IOWorkLoop::sleepGate(void *event, AbsoluteTime deadline, UInt32 interuptibleType) function in class:IOWorkLoop
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h206 int sleepGate(void *event, UInt32 type);
207 int sleepGate(void *event, AbsoluteTime deadline, UInt32 type);
H A DIOWorkLoop.h274 virtual int sleepGate(void *event, UInt32 interuptibleType);
317 virtual int sleepGate(void *event, AbsoluteTime deadline, UInt32 interuptibleType);

Completed in 29 milliseconds