Contents

setTimeoutTicks

Setup a callback at after the delay in scheduler ticks. See wakeAtTime(AbsoluteTime).

Declaration

virtual IOReturn setTimeoutTicks(
 UInt32interval);

Parameters

  • interval:

    Delay from now to wake up, in scheduler ticks, whatever that may be.

Return Value

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

See Also

Miscellaneous