Home
last modified time | relevance | path

Searched refs:TFD_NONBLOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dtimerfd.h43 #define TFD_NONBLOCK O_NONBLOCK macro
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c77 defined(HAVE_POSIX_MONOTONIC) && defined(TFD_NONBLOCK) && \
194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
/freebsd/contrib/libevent/
H A Depoll.c77 defined(HAVE_POSIX_MONOTONIC) && defined(TFD_NONBLOCK) && \
194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
/freebsd/sys/kern/
H A Dsys_timerfd.c449 if ((flags & ~(TFD_CLOEXEC | TFD_NONBLOCK)) != 0) in kern_timerfd_create()
455 if ((flags & TFD_NONBLOCK) != 0) in kern_timerfd_create()
/freebsd/sys/compat/linux/
H A Dlinux_event.c623 flags |= TFD_NONBLOCK; in linux_timerfd_create()
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()