pub unsafe extern "C" fn timer_settime(
__timerid: timer_t,
__flags: c_int,
__value: *const itimerspec,
__ovalue: *mut itimerspec,
) -> c_intExpand description
Set timer TIMERID to VALUE, returning old value in OVALUE.
pub unsafe extern "C" fn timer_settime(
__timerid: timer_t,
__flags: c_int,
__value: *const itimerspec,
__ovalue: *mut itimerspec,
) -> c_intSet timer TIMERID to VALUE, returning old value in OVALUE.