core.sys.linux.timerfd
D header file to interface with the Linux timefd API <http://man7.org/linux/man-pages/man2/timerfd_create.2.html> Available since Linux 2.6
License : Boost License 1.0
Functions 3
fn
int timerfd_create(int clockid, int flags)fn
int timerfd_settime(int fd, int flags, const itimerspec * new_value, itimerspec * old_value)fn
int timerfd_gettime(int fd, itimerspec * curr_value)Variables 4
enumvar
TFD_TIMER_ABSTIME = 1 << 0enumvar
TFD_TIMER_CANCEL_ON_SET = 1 << 1enumvar
TFD_CLOEXEC = 0x80000enumvar
TFD_NONBLOCK = 0x800