rustix::backend::time::syscalls

Function timerfd_create

Source
pub(crate) fn timerfd_create(
    clockid: TimerfdClockId,
    flags: TimerfdFlags,
) -> Result<OwnedFd>