Home
last modified time | relevance | path

Searched defs:POLLHUP (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs41 pub const POLLHUP: ::c_short = 0x10; constant
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs41 pub const POLLHUP: ::c_short = 0x4; constant
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h56 #define POLLHUP 0x0010 macro
/third_party/pulseaudio/src/pulsecore/
Dpoll.h40 #define POLLHUP 0x010 /* Hung up. */ macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs75 pub const POLLHUP: ::c_short = 1 << 6; constant
/third_party/musl/porting/linux/user/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/ndk_musl_include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs40 pub(crate) const POLLHUP: i16 = WinSock::POLLHUP as _; constant
/third_party/ffmpeg/libavformat/
Dos_support.h135 #define POLLHUP 0x0080 /* disconnected */ macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs150 pub const POLLHUP: ::c_short = 0x0010; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs477 pub const POLLHUP: ::c_short = 0x10; constant
/third_party/lwip/src/include/lwip/
Dsockets.h505 #define POLLHUP 0x200 macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs690 pub const POLLHUP: ::c_short = 0x10; constant
/third_party/rust/crates/libc/src/
Dwasi.rs276 pub const POLLHUP: ::c_short = 0x2000; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs518 pub const POLLHUP: ::c_short = 0x010; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs886 pub const POLLHUP: ::c_short = 0x0010; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1268 pub const POLLHUP: ::c_short = 0x10; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs705 pub const POLLHUP: ::c_short = 0x0080; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1635 pub const POLLHUP: ::c_short = 0x10; constant

12