Home
last modified time | relevance | path

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

123

/third_party/ltp/include/lapi/
H A Depoll.h13 #ifndef EPOLL_CLOEXEC
14 #define EPOLL_CLOEXEC 02000000 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/
H A Depoll_create1_02.c26 {EPOLL_CLOEXEC + 1, EINVAL, "EPOLL_CLOEXEC+1"}
H A Depoll_create1_01.c11 * file descriptor with EPOLL_CLOEXEC.
25 {0, 0, "without EPOLL_CLOEXEC"},
26 {EPOLL_CLOEXEC, 1, "with EPOLL_CLOEXEC"}
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_create1.c56 fd = epoll_create1(EPOLL_CLOEXEC); in epoll_create1_0100()
/third_party/ltp/lib/
H A Dtst_epoll.c18 case EPOLL_CLOEXEC: in safe_epoll_create1()
19 flags_str = "EPOLL_CLOEXEC"; in safe_epoll_create1()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/musl/include/sys/
H A Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs213 pub const EPOLL_CLOEXEC: ::c_int = 0x400000; consts
258 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; consts
/third_party/python/Lib/test/
H A Dtest_epoll.py76 if hasattr(select, "EPOLL_CLOEXEC"):
77 select.epoll(-1, select.EPOLL_CLOEXEC).close()
78 select.epoll(flags=select.EPOLL_CLOEXEC).close()
93 if hasattr(select, "EPOLL_CLOEXEC"):
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs40 EPOLL_CLOEXEC;
/third_party/libbpf/src/
H A Dringbuf.c205 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
494 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
/third_party/eudev/src/udev/
H A Dudevadm-monitor.c161 fd_ep = epoll_create1(EPOLL_CLOEXEC); in adm_monitor()
H A Dudevd.c264 fd_ep = epoll_create1(EPOLL_CLOEXEC); in worker_spawn()
1345 fd_ep = epoll_create1(EPOLL_CLOEXEC); in main()
H A Dudev-event.c471 fd_ep = epoll_create1(EPOLL_CLOEXEC); in spawn_read()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h243 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs79 /// `EPOLL_CLOEXEC`
80 const CLOEXEC = linux_raw_sys::general::EPOLL_CLOEXEC;
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs31 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs78 /// `EPOLL_CLOEXEC`
79 const CLOEXEC = c::EPOLL_CLOEXEC;
/third_party/python/Modules/
H A Dselectmodule.c1283 self->epfd = epoll_create1(EPOLL_CLOEXEC); in newPyEpoll_Object()
1320 must be 0 or select.EPOLL_CLOEXEC, otherwise OSError is raised.
1338 if (flags && flags != EPOLL_CLOEXEC) { in select_epoll_impl()
2549 #ifdef EPOLL_CLOEXEC
2550 PyModule_AddIntMacro(m, EPOLL_CLOEXEC);
/third_party/eudev/test/
H A Dtest-libudev.c224 fd_ep = epoll_create1(EPOLL_CLOEXEC); in test_monitor()
/third_party/curl/docs/examples/
H A Dephiperfifo.c478 g.epfd = epoll_create1(EPOLL_CLOEXEC); in main()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A 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/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs597 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; consts

Completed in 22 milliseconds

123