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