Searched refs:EPOLL_CLOEXEC (Results 1 – 25 of 37) sorted by relevance
12
6 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC7 #if defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC)9 static_assert((EPOLL_CLOEXEC) == (O_CLOEXEC), "EPOLL_CLOEXEC != O_CLOEXEC");12 # define EPOLL_CLOEXEC O_CLOEXEC26 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC27 XLAT(EPOLL_CLOEXEC),
1 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC2 EPOLL_CLOEXEC O_CLOEXEC
22 #ifndef EPOLL_CLOEXEC23 # define EPOLL_CLOEXEC 02000000 macro
140 #ifdef EPOLL_CLOEXEC in wl_os_epoll_create_cloexec()141 fd = epoll_create1(EPOLL_CLOEXEC); in wl_os_epoll_create_cloexec()
51 fd = tst_syscall(__NR_epoll_create1, EPOLL_CLOEXEC); in verify_epoll_create1()
40 int fd = epoll_create1(EPOLL_CLOEXEC); in grpc_is_epollexclusive_available()
487 pi->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in polling_island_create()1677 int fd = epoll_create1(EPOLL_CLOEXEC);
93 int fd = epoll_create1(EPOLL_CLOEXEC); in epoll_create_and_cloexec()
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
79 select.epoll(-1, select.EPOLL_CLOEXEC).close()80 select.epoll(flags=select.EPOLL_CLOEXEC).close()
348 #ifdef EPOLL_CLOEXEC in do_os_wrappers_epoll_create_cloexec()
1269 self->epfd = epoll_create1(EPOLL_CLOEXEC); in newPyEpoll_Object()1313 if (flags && flags != EPOLL_CLOEXEC) { in pyepoll_new()2523 #ifdef EPOLL_CLOEXEC2524 PyModule_AddIntMacro(m, EPOLL_CLOEXEC);
148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
64 EPOLL_CLOEXEC = 524288
485 g.epfd = epoll_create1(EPOLL_CLOEXEC); in main()
365 epfd_ = epoll_create1(EPOLL_CLOEXEC); in open_all_cpu()
68 value must be ``0`` or ``select.EPOLL_CLOEXEC``, otherwise ``OSError`` is88 The *flags* parameter. ``select.EPOLL_CLOEXEC`` is used by default now.
582 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_run_parent_check_outputs()
350 EPOLL_CLOEXEC = 0x400000 const
378 EPOLL_CLOEXEC = 0x80000 const