Searched refs:EPOLL_CLOEXEC (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Depollflags.h2 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
3 #if !(defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC))
4 # define EPOLL_CLOEXEC O_CLOEXEC macro
16 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
17 XLAT(EPOLL_CLOEXEC),
/external/kernel-headers/original/uapi/linux/
H A Deventpoll.h22 #define EPOLL_CLOEXEC O_CLOEXEC macro
/external/dbus/dbus/
H A Ddbus-socket-set-epoll.c81 self->epfd = epoll_create1 (EPOLL_CLOEXEC);
345 int epfd = epoll_create1 (EPOLL_CLOEXEC);
/external/dhcpcd-6.8.2/
H A Deloop.c386 return (ctx->poll_fd = epoll_create1(EPOLL_CLOEXEC));
H A Dconfigure860 epoll_create1(EPOLL_CLOEXEC);
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c116 #ifndef EPOLL_CLOEXEC
117 #define EPOLL_CLOEXEC 0 macro
3526 daemon->epoll_fd = epoll_create1 (EPOLL_CLOEXEC);
3553 if (0 == EPOLL_CLOEXEC)
/external/libmicrohttpd/
H A Dconfigure13828 fd = epoll_create1(EPOLL_CLOEXEC);

Completed in 226 milliseconds