Home
last modified time | relevance | path

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

123

/third_party/ltp/include/lapi/
Depoll.h13 #ifndef EPOLL_CLOEXEC
14 #define EPOLL_CLOEXEC 02000000 macro
/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/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/porting/liteos_m_iccarm/kernel/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/musl/include/sys/
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/ltp/lib/
Dtst_epoll.c18 case EPOLL_CLOEXEC: in safe_epoll_create1()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs213 pub const EPOLL_CLOEXEC: ::c_int = 0x400000; constant
258 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; constant
/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/rust/crates/nix/src/sys/
Depoll.rs40 EPOLL_CLOEXEC;
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt80 EPOLL_CLOEXEC
Dfuchsia.txt243 EPOLL_CLOEXEC
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h243 #define EPOLL_CLOEXEC O_CLOEXEC macro
/third_party/libbpf/src/
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/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/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs31 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs80 const CLOEXEC = linux_raw_sys::general::EPOLL_CLOEXEC;
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs79 const CLOEXEC = c::EPOLL_CLOEXEC;
/third_party/curl/docs/examples/
Dephiperfifo.c478 g.epfd = epoll_create1(EPOLL_CLOEXEC); in main()
/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.
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs597 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs518 pub const EPOLL_CLOEXEC: ::c_int = 0x80000; constant

123