| H A D | timerfd.c | 32 #include <sys/timerfd.h> 67 wait_for_timerfd(int timerfd) 69 struct pollfd pfd = { .fd = timerfd, .events = POLLIN }; in wait_for_timerfd() argument 74 ssize_t r = read(timerfd, &timeouts, sizeof(timeouts)); in wait_for_timerfd() 84 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() 87 ATF_REQUIRE(timerfd >= 0); in ATF_TC_BODY() 97 ATF_REQUIRE(timerfd_settime(timerfd, 0, &time, NULL) == 0); in ATF_TC_BODY() 98 (void)wait_for_timerfd(timerfd); in ATF_TC_BODY() 106 ATF_REQUIRE(close(timerfd) == 0); in ATF_TC_BODY() 112 int timerfd 86 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 114 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 153 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 194 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 237 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 367 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); ATF_TC_BODY() local 412 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); ATF_TC_BODY() local 507 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 560 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 616 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 666 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 720 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 750 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 843 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 882 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 921 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ ATF_TC_BODY() local 957 int timerfd; ATF_TC_BODY() local [all...] |