Function cloudabi::clock_res_get [] [src]

pub unsafe fn clock_res_get(
    clock_id_: clockid,
    resolution_: &mut timestamp
) -> errno

Obtains the resolution of a clock.

Parameters

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

resolution: The resolution of the clock.