Function timerfd_settime [src]
Prototype
pub extern "c" fn timerfd_settime( fd: c_int, flags: c_int, new_value: *const itimerspec, old_value: ?*itimerspec, ) c_int
Parameters
fd: c_int
flags: c_int
new_value: *const itimerspec
old_value: ?*itimerspec
Source
pub extern "c" fn timerfd_settime(
fd: c_int,
flags: c_int,
new_value: *const itimerspec,
old_value: ?*itimerspec,
) c_int