Function cloudabi::clock_time_get [] [src]

pub unsafe fn clock_time_get(
    clock_id_: clockid,
    precision_: timestamp,
    time_: &mut timestamp
) -> errno

Obtains the time value of a clock.

Parameters

clock_id: The clock for which the time needs to be returned.

precision: The maximum lag (exclusive) that the returned time value may have, compared to its actual value.

time: The time value of the clock.