Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/libevent/
H A Depoll.c91 int timerfd; member
195 if (epollop->timerfd >= 0) { in epoll_init()
198 epev.data.fd = epollop->timerfd; in epoll_init()
203 epollop->timerfd = -1; in epoll_init()
213 epollop->timerfd = -1; in epoll_init()
216 epollop->timerfd = -1; in epoll_init()
422 if (epollop->timerfd >= 0) { in epoll_dispatch()
443 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch()
482 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch()
532 if (epollop->timerfd >= 0) in epoll_dealloc()
[all …]
H A Dconfig.h.in328 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfigure.ac238 sys/timerfd.h \
H A DChangeLog1009 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond
1014 o Avoid giving a spurious warning when timerfd support is unavailable
H A Dconfigure13648 sys/timerfd.h \
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Depoll.c91 int timerfd; member
195 if (epollop->timerfd >= 0) { in epoll_init()
198 epev.data.fd = epollop->timerfd; in epoll_init()
203 epollop->timerfd = -1; in epoll_init()
213 epollop->timerfd = -1; in epoll_init()
216 epollop->timerfd = -1; in epoll_init()
423 if (epollop->timerfd >= 0) { in epoll_dispatch()
444 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch()
483 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch()
533 if (epollop->timerfd >= 0) in epoll_dealloc()
[all …]
H A Dconfig.h.in322 /* Define to 1 if you have the <sys/timerfd.h> header file. */
H A Dconfigure.ac232 sys/timerfd.h \
H A DChangeLog562 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond
567 o Avoid giving a spurious warning when timerfd support is unavailable
H A Dconfigure13621 sys/timerfd.h \
/freebsd-12.1/contrib/libevent/test/
H A Dtest.sh153 -t - run timerfd test
155 -T - run timerfd+changelist test
161 timerfd=0
168 t) timerfd=1;;
177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
/freebsd-12.1/sys/compat/linux/
H A Dlinux_event.c208 struct timerfd { struct
979 struct timerfd *tfd; in linux_timerfd_create()
1023 struct timerfd *tfd; in timerfd_close()
1050 struct timerfd *tfd; in timerfd_read()
1093 struct timerfd *tfd; in timerfd_poll()
1114 struct timerfd *tfd; in timerfd_kqfilter()
1134 struct timerfd *tfd = kn->kn_hook; in filt_timerfddetach()
1201 struct timerfd *tfd; in linux_timerfd_gettime()
1233 struct timerfd *tfd; in linux_timerfd_settime()
1299 struct timerfd *tfd; in linux_timerfd_expire()
[all …]
/freebsd-12.1/contrib/ntp/
H A DCommitLog95230 regress output in that case, and set epollop->timerfd = -1. Suggested
95237 regress output in that case, and set epollop->timerfd = -1. Suggested