pub unsafe extern "C" fn timer_gettime(
__timerid: timer_t,
__value: *mut itimerspec,
) -> c_intExpand description
Get current value of timer TIMERID and store it in VALUE.
pub unsafe extern "C" fn timer_gettime(
__timerid: timer_t,
__value: *mut itimerspec,
) -> c_intGet current value of timer TIMERID and store it in VALUE.