Home
last modified time | relevance | path

Searched defs:POLLRDNORM (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs68 pub const POLLRDNORM: ::c_short = 1 << 1; constant
/third_party/musl/porting/linux/user/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/ndk_musl_include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs43 pub(crate) const POLLRDNORM: i16 = WinSock::POLLRDNORM as _; constant
/third_party/curl/lib/
Dselect.h60 #define POLLRDNORM POLLIN macro
/third_party/ffmpeg/libavformat/
Dos_support.h127 #define POLLRDNORM POLLIN macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs145 pub const POLLRDNORM: ::c_short = 0x0040; constant
/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c81 # define POLLRDNORM 0 macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs479 pub const POLLRDNORM: ::c_short = 0x040; constant
/third_party/lwip/src/include/lwip/
Dsockets.h500 #define POLLRDNORM 0x10 macro
/third_party/rust/crates/libc/src/
Dwasi.rs278 pub const POLLRDNORM: ::c_short = 0x1; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs881 pub const POLLRDNORM: ::c_short = 0x0040; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs699 pub const POLLRDNORM: ::c_short = POLLIN; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1270 pub const POLLRDNORM: ::c_short = 0x040; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1638 pub const POLLRDNORM: ::c_short = 0x0040; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1269 pub const POLLRDNORM: ::c_short = 0x0001; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2026 pub const POLLRDNORM: ::c_short = 0x040; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1182 pub const POLLRDNORM: u32 = 64; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1175 pub const POLLRDNORM: u32 = 64; constant

12