таймеры, которые уведомляют через файловые дескрипторы (timers that notify via file descriptors)
Возвращаемое значение (Return value)
On success, timerfd_create
() returns a new file descriptor. On
error, -1 is returned and errno is set to indicate the error.
timerfd_settime
() and timerfd_gettime
() return 0 on success; on
error they return -1, and set errno to indicate the error.