hunt.event.timer.Epoll

Undocumented in source.

Members

Classes

AbstractTimer
class AbstractTimer

Functions

timerfd_create
socket_t timerfd_create(int clockid, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timerfd_gettime
int timerfd_gettime(int fd, itimerspec* curr_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timerfd_settime
int timerfd_settime(int fd, int flags, itimerspec* new_value, itimerspec* old_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

TFD_CLOEXEC
enum TFD_CLOEXEC;
Undocumented in source.
TFD_NONBLOCK
enum TFD_NONBLOCK;
Undocumented in source.
TFD_TIMER_ABSTIME
enum TFD_TIMER_ABSTIME;

C APIs for timerfd

Meta