linux_api::time

Function 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.