Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Depollflags.h6 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
7 #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_CLOEXEC
26 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
27 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/wayland/src/
Dwayland-os.c140 #ifdef EPOLL_CLOEXEC in wl_os_epoll_create_cloexec()
141 fd = epoll_create1(EPOLL_CLOEXEC); in wl_os_epoll_create_cloexec()
/external/ltp/testcases/kernel/syscalls/epoll_create1/
Depoll_create1_01.c51 fd = tst_syscall(__NR_epoll_create1, EPOLL_CLOEXEC); in verify_epoll_create1()
/external/grpc-grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc40 int fd = epoll_create1(EPOLL_CLOEXEC); in grpc_is_epollexclusive_available()
Dev_epollsig_linux.cc487 pi->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in polling_island_create()
1677 int fd = epoll_create1(EPOLL_CLOEXEC);
Dev_epoll1_linux.cc93 int fd = epoll_create1(EPOLL_CLOEXEC); in epoll_create_and_cloexec()
/external/kernel-headers/original/uapi/linux/
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/external/python/cpython3/Lib/test/
Dtest_epoll.py79 select.epoll(-1, select.EPOLL_CLOEXEC).close()
80 select.epoll(flags=select.EPOLL_CLOEXEC).close()
/external/wayland/tests/
Dos-wrappers-test.c348 #ifdef EPOLL_CLOEXEC in do_os_wrappers_epoll_create_cloexec()
/external/python/cpython3/Modules/
Dselectmodule.c1269 self->epfd = epoll_create1(EPOLL_CLOEXEC); in newPyEpoll_Object()
1313 if (flags && flags != EPOLL_CLOEXEC) { in pyepoll_new()
2523 #ifdef EPOLL_CLOEXEC
2524 PyModule_AddIntMacro(m, EPOLL_CLOEXEC);
/external/libevent/
Depoll.c148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
/external/syzkaller/sys/linux/
Dsys_386.const64 EPOLL_CLOEXEC = 524288
Dsys_amd64.const64 EPOLL_CLOEXEC = 524288
Dsys_arm.const64 EPOLL_CLOEXEC = 524288
Dsys_ppc64le.const64 EPOLL_CLOEXEC = 524288
Dsys_arm64.const64 EPOLL_CLOEXEC = 524288
/external/curl/docs/examples/
Dephiperfifo.c485 g.epfd = epoll_create1(EPOLL_CLOEXEC); in main()
/external/bcc/src/cc/api/
DBPFTable.cc365 epfd_ = epoll_create1(EPOLL_CLOEXEC); in open_all_cpu()
/external/python/cpython3/Doc/library/
Dselect.rst68 value must be ``0`` or ``select.EPOLL_CLOEXEC``, otherwise ``OSError`` is
88 The *flags* parameter. ``select.EPOLL_CLOEXEC`` is used by default now.
/external/kmod/testsuite/
Dtestsuite.c582 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_run_parent_check_outputs()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go350 EPOLL_CLOEXEC = 0x400000 const
Dzerrors_linux_mipsle.go378 EPOLL_CLOEXEC = 0x80000 const
Dzerrors_linux_s390x.go378 EPOLL_CLOEXEC = 0x80000 const

12