Function rustix::backend::time::syscalls::timerfd_create

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