Structs§
- Clock
Nanosleep Flags - Valid flags passed to
clock_nanosleep(2)
. - linux___
kernel_ old_ itimerval - linux___
kernel_ old_ timeval - linux___
kernel_ timespec - linux_
itimerspec - linux_
itimerval - linux_
timespec - linux_
timeval
Enums§
Functions§
- alarm
- Make an
alarm
syscall. - alarm_
raw - Raw
alarm
syscall. Permits u64 arg and return value for generality with the general syscall ABI, but note that thealarm
syscall definition itself uses u32. - clock_
gettime - clock_
gettime_ raw - getitimer
- Make a
getitimer
syscall. - getitimer_
raw ⚠ - Make a
getitimer
syscall. - setitimer
- Make a
setitimer
syscall. - setitimer_
raw ⚠ - Make a
setitimer
syscall.