Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 13 of 13) 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/ltp/include/lapi/
Depoll.h22 #ifndef EPOLL_CLOEXEC
23 # define EPOLL_CLOEXEC 02000000 macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h22 #define EPOLL_CLOEXEC O_CLOEXEC macro
/external/ltp/testcases/kernel/syscalls/epoll_create1/
Depoll_create1_01.c51 fd = tst_syscall(__NR_epoll_create1, EPOLL_CLOEXEC); in verify_epoll_create1()
/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/kmod/testsuite/
Dtestsuite.c301 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_run_parent_check_outputs()
/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/strace/
DChangeLog17861 for EPOLL_CLOEXEC.