pub fn timerfd_create( clockid: TimerfdClockId, flags: TimerfdFlags, ) -> Result<OwnedFd>
timerfd_create(clockid, flags)—Create a timer.
timerfd_create(clockid, flags)
For a higher-level API to timerfd functionality, see the timerfd crate.