Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
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),
Depollflags.in1 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
2 EPOLL_CLOEXEC O_CLOEXEC
/external/strace/tests/
Depoll_create1.expected1 epoll_create1\(EPOLL_CLOEXEC\) += 0
2 epoll_create1\(EPOLL_CLOEXEC\|0x[[:xdigit:]]+\) += -1 EINVAL .*
/external/kernel-headers/original/uapi/linux/
Deventpoll.h22 #define EPOLL_CLOEXEC O_CLOEXEC macro
/external/dbus/dbus/
Ddbus-socket-set-epoll.c81 self->epfd = epoll_create1 (EPOLL_CLOEXEC); in _dbus_socket_set_epoll_new()
345 int epfd = epoll_create1 (EPOLL_CLOEXEC); in main()
/external/dhcpcd-6.8.2/
Deloop.c386 return (ctx->poll_fd = epoll_create1(EPOLL_CLOEXEC)); in eloop_open()
Dconfigure860 epoll_create1(EPOLL_CLOEXEC);
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c116 #ifndef EPOLL_CLOEXEC
117 #define EPOLL_CLOEXEC 0 macro
3526 daemon->epoll_fd = epoll_create1 (EPOLL_CLOEXEC); in setup_epoll_to_listen()
3553 if (0 == EPOLL_CLOEXEC) in setup_epoll_to_listen()
/external/libmicrohttpd/
Dconfigure.ac334 fd = epoll_create1(EPOLL_CLOEXEC);]])],
DChangeLog428 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not
Dconfigure13828 fd = epoll_create1(EPOLL_CLOEXEC);
/external/dbus/
Dconfigure.ac1082 [epoll_create1 (EPOLL_CLOEXEC);])],