Searched refs:EPOLL_CLOEXEC (Results 1 – 13 of 13) sorted by relevance
2 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC3 #if !(defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC))4 # define EPOLL_CLOEXEC O_CLOEXEC macro16 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC17 XLAT(EPOLL_CLOEXEC),
1 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC2 EPOLL_CLOEXEC O_CLOEXEC
22 #ifndef EPOLL_CLOEXEC23 # define EPOLL_CLOEXEC 02000000 macro
22 #define EPOLL_CLOEXEC O_CLOEXEC macro
51 fd = tst_syscall(__NR_epoll_create1, EPOLL_CLOEXEC); in verify_epoll_create1()
386 return (ctx->poll_fd = epoll_create1(EPOLL_CLOEXEC)); in eloop_open()
860 epoll_create1(EPOLL_CLOEXEC);
116 #ifndef EPOLL_CLOEXEC117 #define EPOLL_CLOEXEC 0 macro3526 daemon->epoll_fd = epoll_create1 (EPOLL_CLOEXEC); in setup_epoll_to_listen()3553 if (0 == EPOLL_CLOEXEC) in setup_epoll_to_listen()
301 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_run_parent_check_outputs()
334 fd = epoll_create1(EPOLL_CLOEXEC);]])],
428 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not
13828 fd = epoll_create1(EPOLL_CLOEXEC);
17861 for EPOLL_CLOEXEC.