Function linux_api::time::alarm_raw

source ยท
pub fn alarm_raw(secs: u64) -> Result<u64, Errno>
Expand description

Raw alarm syscall. Permits u64 arg and return value for generality with the general syscall ABI, but note that the alarm syscall definition itself uses u32.