Searched defs:timerfd (Results 1 – 5 of 5) sorted by relevance
29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100() local45 int timerfd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_create_0200() local60 int timerfd = timerfd_create(-1, -1); in timerfd_create_0300() local
6 mod timerfd; module
20 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); variable
12 mod timerfd; module
2055 arm_timer(int timerfd) in arm_timer()2197 int sigfd, timerfd; in mainloop() local