Skip to main content

SYS_SETITIMER

Constant SYS_SETITIMER 

Source
pub const SYS_SETITIMER: usize = 330;
Expand description

Set an interval timer.

  • which: timer type
  • in_ptr: pointer to itimerval struct (interval + initial value)
  • out_ptr: pointer to receive the previous value (0 = ignore)