Searched refs:TFD_NONBLOCK (Results 1 – 6 of 6) sorted by relevance
43 #define TFD_NONBLOCK O_NONBLOCK macro
77 defined(HAVE_POSIX_MONOTONIC) && defined(TFD_NONBLOCK) && \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()455 if ((flags & TFD_NONBLOCK) != 0) in kern_timerfd_create()
623 flags |= TFD_NONBLOCK; in linux_timerfd_create()
260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()