Next: , Previous: , Up: linux   [Index]


7.7 Timer expiration handling through file descriptors

The timerfd API transforms timer expiration events into file descriptor events, this way we can code event loops using select or epoll and a uniform interface for timer and input/output events. For the full documentation see the following manual pages: timerfd_create(2), timerfd_settime(2), timerfd_gettime(2).