Home
last modified time | relevance | path

Searched defs:POLLPRI (Results 1 – 25 of 40) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs40 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs38 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h53 #define POLLPRI 0x0002 macro
/third_party/pulseaudio/src/pulsecore/
Dpoll.h33 #define POLLPRI 0x002 /* There is urgent data to read. */ macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs70 pub const POLLPRI: ::c_short = POLLRDBAND; constant
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/ndk_musl_include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs41 pub(crate) const POLLPRI: i16 = WinSock::POLLPRI as _; constant
/third_party/ffmpeg/libavformat/
Dos_support.h131 #define POLLPRI 0x0020 /* high priority readable data */ macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs143 pub const POLLPRI: ::c_short = 0x0002; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs474 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/lwip/src/include/lwip/
Dsockets.h502 #define POLLPRI 0x40 macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs687 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs515 pub const POLLPRI: ::c_short = 0x002; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs879 pub const POLLPRI: ::c_short = 0x0002; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs703 pub const POLLPRI: ::c_short = 0x0020; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1265 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1632 pub const POLLPRI: ::c_short = 0x2; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1264 pub const POLLPRI: ::c_short = 0x0008; constant

12