rustix
0.38.44
In rustix::
backend::
time::
syscalls
Functions
clock_getres
clock_settime
timerfd_create
timerfd_gettime
timerfd_settime
rustix
::
backend
::
time
::
syscalls
Function
timerfd_create
Copy item path
Settings
Help
Summary
Source
pub(crate) fn timerfd_create( clockid:
TimerfdClockId
, flags:
TimerfdFlags
, ) ->
Result
<
OwnedFd
>