Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/ndk_musl_include/sys/
Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/include/sys/
Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/lwip/
D0026-del-redundant-wait_close-and-move-epoll_events-pos.patch18 + uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
D0027-modify-EISCONN-condition.patch34 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
D0039-optimize-app-thread-write-buff-block.patch59 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
D0029-fix-EISCONN-err-and-remove-same-customized-modificat.patch68 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt71 EPOLLONESHOT
Dfuchsia.txt234 EPOLLONESHOT
Dlinux.txt524 EPOLLONESHOT
Dandroid.txt445 EPOLLONESHOT
/third_party/rust/crates/nix/src/sys/
Depoll.rs24 EPOLLONESHOT;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h265 #define EPOLLONESHOT 0x40000000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs107 const ONESHOT = linux_raw_sys::general::EPOLLONESHOT as u32;
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs106 const ONESHOT = c::EPOLLONESHOT as u32;
/third_party/python/Modules/
Dselectmodule.c2503 #ifdef EPOLLONESHOT
2505 PyModule_AddIntMacro(m, EPOLLONESHOT);
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs600 pub const EPOLLONESHOT: ::c_int = 0; constant
/third_party/python/Doc/library/
Dselect.rst298 | :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1063 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2290 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2448 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2369 pub const EPOLLONESHOT: u32 = 1073741824; constant

12