Skip to main content
SYS_SETITIMER
strat9_
abi
0.1.0
In strat9_
abi::
syscall
strat9_abi
::
syscall
Constant
SYS_
SETITIMER
Copy item path
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)