[][src]Function linux::syscall::timerfd_gettime

pub fn timerfd_gettime(fd: c_int, cur: &mut itimerspec) -> c_int

Retrieves the current settings of a timerfd.

[argument, fd] The timerfd.

[argument, cur] A place where the settings of the timerfd will be stored.

[return_value] Returns success or an error value.

= See also

  • link:man:timerfd_gettime(2)