devela::_dep::rustix::time

Function timerfd_create

pub fn timerfd_create(
    clockid: TimerfdClockId,
    flags: TimerfdFlags,
) -> Result<OwnedFd, Errno> 
Available on crate feature dep_rustix only.
Expand description

timerfd_create(clockid, flags)—Create a timer.

§References