Searched defs:timerfd (Results 1 – 2 of 2) sorted by relevance
57 int timerfd = timerfd_create(CLOCK_REALTIME, 0); variable89 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); variable115 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); variable142 int timerfd = timerfd_create(CLOCK_REALTIME_ALARM, 0); variable169 int timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); variable195 int timerfd = timerfd_create(CLOCK_REALTIME, TFD_NONBLOCK); variable224 int timerfd = timerfd_create(CLOCK_REALTIME, 0); variable
38 int timerfd = timerfd_create(NUMBER, NUMBER); in Timerfd_create() local