Function axlibc::setitimer

source ·
#[no_mangle]
pub unsafe extern "C" fn setitimer(
    _which: c_int,
    _new: *const itimerval,
    _old: *mut itimerval
) -> c_int
Available on crate feature signal only.
Expand description

Set timer to send signal after some time