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

fnint timerfd_create(int clockid, int flags)
fnint timerfd_settime(int fd, int flags, const itimerspec * new_value, itimerspec * old_value)
fnint timerfd_gettime(int fd, itimerspec * curr_value)

Variables 4

enumvarTFD_TIMER_ABSTIME = 1 << 0
enumvarTFD_TIMER_CANCEL_ON_SET = 1 << 1
enumvarTFD_CLOEXEC = 0x80000
enumvarTFD_NONBLOCK = 0x800