Contents

wakeAtTimeTicks

Setup a callback at this absolute time. See wakeAtTime(AbsoluteTime).

Declaration

virtual IOReturn wakeAtTimeTicks(
 UInt32abstime);

Parameters

  • abstime:

    Time to wake up in scheduler quantums, whatever that is?

Return Value

kIOReturnSuccess if everything is fine, kIOReturnNoResources if action hasn't been declared.

See Also

Miscellaneous