Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/musl/include/sys/
H A Depoll.h34 #define EPOLLONESHOT (1U<<30) macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait07.c9 * Verify that EPOLLONESHOT is correctly handled by epoll_wait.
41 tst_res(TINFO, "Polling on channel with EPOLLONESHOT"); in run()
46 .events = EPOLLIN | EPOLLONESHOT, in run()
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs24 EPOLLONESHOT;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h265 #define EPOLLONESHOT 0x40000000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs106 /// `EPOLLONESHOT`
107 const ONESHOT = linux_raw_sys::general::EPOLLONESHOT as u32;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs105 /// `EPOLLONESHOT`
106 const ONESHOT = c::EPOLLONESHOT as u32;
/third_party/python/Modules/
H A Dselectmodule.c2525 #ifdef EPOLLONESHOT
2527 PyModule_AddIntMacro(m, EPOLLONESHOT);
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs600 pub const EPOLLONESHOT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1063 pub const EPOLLONESHOT: ::c_int = 0x40000000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2290 pub const EPOLLONESHOT: ::c_int = 0x40000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2370 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2448 pub const EPOLLONESHOT: ::c_int = 0x40000000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2369 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2349 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2479 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2550 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2501 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2612 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2453 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2716 pub const EPOLLONESHOT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2414 pub const EPOLLONESHOT: u32 = 1073741824; consts

Completed in 156 milliseconds

12