Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimerfd.h44 #define TFD_CLOEXEC O_CLOEXEC macro
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c78 defined(TFD_CLOEXEC)
194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
/freebsd/contrib/libevent/
H A Depoll.c78 defined(TFD_CLOEXEC)
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()
453 if ((flags & TFD_CLOEXEC) != 0) in kern_timerfd_create()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c132 int tout = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in libzfs_load_module()
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()