Function rustix::time::timerfd::timerfd_create

source ·
pub fn timerfd_create(
    clockid: TimerfdClockId,
    flags: TimerfdFlags,
) -> Result<OwnedFd>
Expand description

timerfd_create(clockid, flags)—Create a timer.

§References