pub unsafe extern "C" fn clock_res_get(arg0: i32, arg1: i32) -> i32Expand description
Return the resolution of a clock.
Implementations are required to provide a non-zero value for supported clocks. For unsupported clocks,
return errno::inval.
Note: This is similar to clock_getres in POSIX.