Home
last modified time | relevance | path

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

12

/third_party/ltp/include/lapi/
Depoll.h13 #ifndef EPOLL_CLOEXEC
14 #define EPOLL_CLOEXEC 02000000 macro
/third_party/wayland_standard/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()
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/
Depoll_create1_02.c26 {EPOLL_CLOEXEC + 1, EINVAL, "EPOLL_CLOEXEC+1"}
Depoll_create1_01.c26 {EPOLL_CLOEXEC, 1, "with EPOLL_CLOEXEC"}
/third_party/weston/shared/
Dos-compatibility.c102 #ifdef EPOLL_CLOEXEC in os_epoll_create_cloexec()
103 fd = epoll_create1(EPOLL_CLOEXEC); in os_epoll_create_cloexec()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Depoll_create1.c56 fd = epoll_create1(EPOLL_CLOEXEC); in epoll_create1_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc40 int fd = epoll_create1(EPOLL_CLOEXEC); in grpc_is_epollexclusive_available()
/third_party/python/Lib/test/
Dtest_epoll.py77 select.epoll(-1, select.EPOLL_CLOEXEC).close()
78 select.epoll(flags=select.EPOLL_CLOEXEC).close()
/third_party/boost/boost/asio/detail/impl/
Depoll_reactor.ipp578 #if defined(EPOLL_CLOEXEC)
579 int fd = epoll_create1(EPOLL_CLOEXEC);
580 #else // defined(EPOLL_CLOEXEC)
583 #endif // defined(EPOLL_CLOEXEC)
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Depoll_reactor.ipp578 #if defined(EPOLL_CLOEXEC)
579 int fd = epoll_create1(EPOLL_CLOEXEC);
580 #else // defined(EPOLL_CLOEXEC)
583 #endif // defined(EPOLL_CLOEXEC)
/third_party/eudev/src/udev/
Dudevadm-monitor.c161 fd_ep = epoll_create1(EPOLL_CLOEXEC); in adm_monitor()
Dudevd.c264 fd_ep = epoll_create1(EPOLL_CLOEXEC); in worker_spawn()
1345 fd_ep = epoll_create1(EPOLL_CLOEXEC); in main()
Dudev-event.c471 fd_ep = epoll_create1(EPOLL_CLOEXEC); in spawn_read()
/third_party/wayland_standard/tests/
Dos-wrappers-test.c348 #ifdef EPOLL_CLOEXEC in do_os_wrappers_epoll_create_cloexec()
/third_party/python/Modules/
Dselectmodule.c1262 self->epfd = epoll_create1(EPOLL_CLOEXEC); in newPyEpoll_Object()
1317 if (flags && flags != EPOLL_CLOEXEC) { in select_epoll_impl()
2527 #ifdef EPOLL_CLOEXEC
2528 PyModule_AddIntMacro(m, EPOLL_CLOEXEC);
/third_party/eudev/test/
Dtest-libudev.c224 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_monitor()
/third_party/curl/docs/examples/
Dephiperfifo.c478 g.epfd = epoll_create1(EPOLL_CLOEXEC); in main()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c243 int fd = epoll_create1(EPOLL_CLOEXEC); in os_epoll_create_cloexec()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c116 #ifndef EPOLL_CLOEXEC
117 #define EPOLL_CLOEXEC 0 macro
3469 daemon->epoll_fd = epoll_create1 (EPOLL_CLOEXEC); in setup_epoll_to_listen()
3496 if (0 == EPOLL_CLOEXEC) in setup_epoll_to_listen()
/third_party/python/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.

12