Searched refs:TFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
44 #define TFD_CLOEXEC O_CLOEXEC macro
78 defined(TFD_CLOEXEC)194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
449 if ((flags & ~(TFD_CLOEXEC | TFD_NONBLOCK)) != 0) in kern_timerfd_create()453 if ((flags & TFD_CLOEXEC) != 0) in kern_timerfd_create()
132 int tout = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in libzfs_load_module()
260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()