Home
last modified time | relevance | path

Searched defs:POLLRDNORM (Results 1 - 25 of 35) sorted by relevance

12

/third_party/curl/lib/
H A Dselect.h60 #define POLLRDNORM POLLIN macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/musl/include/
H A Dpoll.h18 #define POLLRDNORM 0x040 macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h154 #define POLLRDNORM POLLIN macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs68 pub const POLLRDNORM: ::c_short = 1 << 1; consts
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c81 # define POLLRDNORM 0 macro
[all...]
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs145 pub const POLLRDNORM: ::c_short = 0x0040; consts
/third_party/lwip/src/include/lwip/
H A Dsockets.h500 #define POLLRDNORM 0x10 macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs479 pub const POLLRDNORM: ::c_short = 0x040; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs278 pub const POLLRDNORM: ::c_short = 0x1; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs881 pub const POLLRDNORM: ::c_short = 0x0040; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs699 pub const POLLRDNORM: ::c_short = POLLIN; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1270 pub const POLLRDNORM: ::c_short = 0x040; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1269 pub const POLLRDNORM: ::c_short = 0x0001; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2026 pub const POLLRDNORM: ::c_short = 0x040; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1638 pub const POLLRDNORM: ::c_short = 0x0040; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1172 pub const POLLRDNORM: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1185 pub const POLLRDNORM: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1175 pub const POLLRDNORM: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1167 pub const POLLRDNORM: u32 = 64; consts

Completed in 96 milliseconds

12