Skip to main content

sys_getitimer

Function sys_getitimer 

Source
pub fn sys_getitimer(which: u32, value_ptr: u64) -> Result<u64, SyscallError>
Expand description

SYS_GETITIMER (329): Get interval timer value.

arg1 = which (ITIMER_REAL/VIRTUAL/PROF), arg2 = value_ptr (output)