Searched refs:wakeAtTime (Results 1 - 10 of 10) sorted by last modified time

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1969 __private->deferredCLUTSetTimerEvent->wakeAtTime(deadline);
2047 inst->__private->deferredCLUTSetTimerEvent->wakeAtTime(deadline);
H A DIOBacklightDisplay.cpp565 fFadeTimer->wakeAtTime(fFadeDeadline);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2719 IOReturn err = periodicES->wakeAtTime(_periodicEventNext);
2721 IOLog("%s:%d wakeAtTime failed for %lld: %08x (%s)\n", __func__, __LINE__, _periodicEventNext, err, stringFromReturn(err));
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp272 reserved->idleTimer->wakeAtTime ( fireTime ); // will call idleAudioSleepHandlerTimer
1197 result = timerEventSource->wakeAtTime(nextTimerFire);
1240 result = timerEventSource->wakeAtTime(desiredNextFire);
1334 timerEventSource->wakeAtTime(nextTimerFire);
1448 timerEventSource->wakeAtTime(nextTimerFire);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp247 if (kIOReturnSuccess != wakeAtTime(abstime))
284 return wakeAtTime(end);
298 return wakeAtTime(end);
309 return wakeAtTime(end);
314 return wakeAtTime(ticks, kTickScale);
319 return wakeAtTime(ms, kMillisecondScale);
324 return wakeAtTime(us, kMicrosecondScale);
327 IOReturn IOTimerEventSource::wakeAtTime(UInt32 inAbstime, UInt32 scale_factor) function in class:IOTimerEventSource
332 return wakeAtTime(end);
336 IOReturn IOTimerEventSource::wakeAtTime(mach_timespec_ function in class:IOTimerEventSource
357 IOReturn IOTimerEventSource::wakeAtTime(AbsoluteTime inAbstime) function in class:IOTimerEventSource
[all...]
/macosx-10.10/IOATAFamily-253.0.1/
H A DATATimerEventSource.h56 @abstract returns true if the timer has expired since the last enable/disable or setTimeout() or wakeAtTime() call.
76 /*!@function wakeAtTime
79 virtual IOReturn wakeAtTime(UnsignedWide abstime);
H A DATATimerEventSource.cpp136 IOReturn ATATimerEventSource::wakeAtTime(UnsignedWide inAbstime) function in class:ATATimerEventSource
141 return super::wakeAtTime( abstime );
143 return super::wakeAtTime(inAbstime);
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWTimeoutQ.cpp102 fTimer->wakeAtTime(fHead->getDeadline());
213 src->wakeAtTime(fTimeoutQ.fHead->getDeadline());
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.cpp445 wakeAtTime ( GetDeadline ( ( SCSIParallelTask * ) queue_first ( &fListHead ) ) );

Completed in 256 milliseconds