pub fn timerfd_create(
clockid: TimerfdClockId,
flags: TimerfdFlags,
) -> Result<OwnedFd>Available on crate feature
time and (linux_kernel or FreeBSD or Fuchsia or illumos or NetBSD) only.