Searched refs:wakeAtTime (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp248 if (kIOReturnSuccess != wakeAtTime(abstime))
285 return wakeAtTime(end);
299 return wakeAtTime(end);
310 return wakeAtTime(end);
315 return wakeAtTime(ticks, kTickScale);
320 return wakeAtTime(ms, kMillisecondScale);
325 return wakeAtTime(us, kMicrosecondScale);
328 IOReturn IOTimerEventSource::wakeAtTime(UInt32 inAbstime, UInt32 scale_factor) function in class:IOTimerEventSource
333 return wakeAtTime(end);
337 IOReturn IOTimerEventSource::wakeAtTime(mach_timespec_ function in class:IOTimerEventSource
358 IOReturn IOTimerEventSource::wakeAtTime(AbsoluteTime inAbstime) function in class:IOTimerEventSource
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTimerEventSource.h133 @abstract Setup a callback at after the delay in scheduler ticks. See wakeAtTime(AbsoluteTime).
139 @abstract Setup a callback at after the delay in milliseconds. See wakeAtTime(AbsoluteTime).
145 @abstract Setup a callback at after the delay in microseconds. See wakeAtTime(AbsoluteTime).
151 @abstract Setup a callback at after the delay in some unit. See wakeAtTime(AbsoluteTime).
164 @abstract Setup a callback at after the delay in decrementer ticks. See wakeAtTime(AbsoluteTime).
170 @abstract Setup a callback at this absolute time. See wakeAtTime(AbsoluteTime).
176 @abstract Setup a callback at this absolute time. See wakeAtTime(AbsoluteTime).
182 @abstract Setup a callback at this absolute time. See wakeAtTime(AbsoluteTime).
187 /*! @function wakeAtTime
188 @abstract Setup a callback at this absolute time. See wakeAtTime(AbsoluteTim
[all...]

Completed in 19 milliseconds