Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ppoll/
H A Dppoll01.c28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
211 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
216 fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/include/
H A Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs29 /// `POLLRDHUP`
30 const RDHUP = linux_raw_sys::general::POLLRDHUP as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs41 /// `POLLRDHUP`
46 const RDHUP = c::POLLRDHUP;
/third_party/node/deps/uv/src/unix/
H A Dinternal.h123 /* Leans on the fact that, on Linux, POLLRDHUP == EPOLLRDHUP. */
124 #ifdef POLLRDHUP
125 # define UV__POLLRDHUP POLLRDHUP
/third_party/libuv/src/unix/
H A Dinternal.h139 /* Leans on the fact that, on Linux, POLLRDHUP == EPOLLRDHUP. */
140 #ifdef POLLRDHUP
141 # define UV__POLLRDHUP POLLRDHUP
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1273 pub const POLLRDHUP: ::c_short = 0x2000; consts
1275 pub const POLLRDHUP: ::c_short = 0x800; consts
/third_party/python/Modules/
H A Dselectmodule.c2490 #ifdef POLLRDHUP
2492 PyModule_AddIntMacro(m, POLLRDHUP);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1178 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1181 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1173 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1191 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1186 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1183 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1178 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1167 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1383 pub const POLLRDHUP: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1176 pub const POLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1391 pub const POLLRDHUP: u32 = 2048; consts

Completed in 149 milliseconds

12