Searched defs:timerfd (Results 1 – 4 of 4) 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
48 int timerfd; member
256 AC_ARG_ENABLE([timerfd], optenable
260 set_timer(int timerfd, struct timespec deadline) { in set_timer()270 clear_timer(int timerfd) in clear_timer()