Searched defs:timerfd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | sys_timerfd.c | 80 struct timerfd { struct 88 timerfd_t tfd_count; /* (t) expiration count since read */ argument 95 LIST_ENTRY(timerfd) entry; /* (l) entry in list */ argument 110 SYSINIT(timerfd, SI_SUB_VFS, SI_ORDER_ANY, timerfd_init, NULL); argument
|
| /freebsd/tests/sys/kern/ |
| H A D | timerfd.c | 67 wait_for_timerfd(int timerfd) in wait_for_timerfd() 84 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 112 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 151 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 192 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 235 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 365 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in ATF_TC_BODY() local 410 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in ATF_TC_BODY() local 505 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local 558 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY() local [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | epoll.c | 91 int timerfd; member
|
| /freebsd/contrib/libevent/ |
| H A D | epoll.c | 91 int timerfd; member
|