Home
last modified time | relevance | path

Searched defs:POLLRDBAND (Results 1 - 25 of 34) sorted by relevance

12

/third_party/curl/lib/
H A Dselect.h68 #define POLLRDBAND POLLPRI macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/include/
H A Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h156 #define POLLRDBAND 0x0008 /* priority readable data */ macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs69 pub const POLLRDBAND: ::c_short = 1 << 2; consts
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c82 # define POLLRDBAND 0 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs147 pub const POLLRDBAND: ::c_short = 0x0080; consts
/third_party/lwip/src/include/lwip/
H A Dsockets.h501 #define POLLRDBAND 0x20 macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs481 pub const POLLRDBAND: ::c_short = 0x080; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs883 pub const POLLRDBAND: ::c_short = 0x0080; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs701 pub const POLLRDBAND: ::c_short = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1271 pub const POLLRDBAND: ::c_short = 0x080; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1270 pub const POLLRDBAND: ::c_short = 0x0004; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2027 pub const POLLRDBAND: ::c_short = 0x080; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1640 pub const POLLRDBAND: ::c_short = 0x0080; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1173 pub const POLLRDBAND: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1186 pub const POLLRDBAND: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1176 pub const POLLRDBAND: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1168 pub const POLLRDBAND: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1183 pub const POLLRDBAND: u32 = 128; consts

Completed in 113 milliseconds

12