SetClockIsStable
Sets a Boolean value to represent the clock’s stability.
Declaration
kern_return_t SetClockIsStable(bool in_clock_is_stable);Parameters
- in_clock_is_stable:
trueif the clock is stable; otherwise,false.
Return Value
kIOReturnSuccess on success, or another value if an error occurs. For a list of error codes, see Error Codes.
Discussion
This method synchronizes by using the work queue created by the object.