devela::_dep::rustix::time

Function timerfd_gettime

pub fn timerfd_gettime<Fd>(fd: Fd) -> Result<__kernel_itimerspec, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

timerfd_gettime(clockid, flags)—Query a timer.

§References