Searched refs:EPOLL_CLOEXEC (Results 1 – 12 of 12) 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
1 epoll_create1\(EPOLL_CLOEXEC\) += 02 epoll_create1\(EPOLL_CLOEXEC\|0x[[:xdigit:]]+\) += -1 EINVAL .*
22 #define EPOLL_CLOEXEC O_CLOEXEC macro
81 self->epfd = epoll_create1 (EPOLL_CLOEXEC); in _dbus_socket_set_epoll_new()345 int epfd = epoll_create1 (EPOLL_CLOEXEC); in main()
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()
334 fd = epoll_create1(EPOLL_CLOEXEC);]])],
428 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not
13828 fd = epoll_create1(EPOLL_CLOEXEC);
1082 [epoll_create1 (EPOLL_CLOEXEC);])],