Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ppoll/
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/liteos_m_iccarm/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/libuv/src/unix/
Dinternal.h126 #ifdef POLLRDHUP
127 # define UV__POLLRDHUP POLLRDHUP
/third_party/node/deps/uv/src/unix/
Dinternal.h124 #ifdef POLLRDHUP
125 # define UV__POLLRDHUP POLLRDHUP
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dpoll_fd.rs30 const RDHUP = linux_raw_sys::general::POLLRDHUP as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs46 const RDHUP = c::POLLRDHUP;
/third_party/python/Modules/
Dselectmodule.c2468 #ifdef POLLRDHUP
2470 PyModule_AddIntMacro(m, POLLRDHUP);
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst422 Expose the EPOLLRDHUP and POLLRDHUP constants in the select module.
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1273 pub const POLLRDHUP: ::c_short = 0x2000; constant
1275 pub const POLLRDHUP: ::c_short = 0x800; constant
/third_party/python/Doc/library/
Dselect.rst413 | :const:`POLLRDHUP`| Stream socket peer closed connection, or |
/third_party/skia/third_party/externals/microhttpd/
DChangeLog988 Do not use POLLRDHUP, which causes build errors on OS X / OpenSolaris
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1178 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1181 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1176 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1170 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs1191 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs1178 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs1183 pub const POLLRDHUP: u32 = 8192; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs1391 pub const POLLRDHUP: u32 = 2048; constant

12