Home
last modified time | relevance | path

Searched defs:POLLIN (Results 1 – 25 of 42) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs39 pub const POLLIN: ::c_short = 0x1; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs37 pub const POLLIN: ::c_short = 0x1; constant
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h52 #define POLLIN 0x0001 macro
/third_party/pulseaudio/src/pulsecore/
Dpoll.h34 #define POLLIN 0x001 /* There is data to read. */ macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs67 pub const POLLIN: ::c_short = 1 << 0; constant
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h12 #define POLLIN 0x001 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs38 pub(crate) const POLLIN: i16 = WinSock::POLLIN as _; constant
/third_party/curl/lib/
Dselect.h43 #define POLLIN 0x01 macro
/third_party/ffmpeg/libavformat/
Dos_support.h152 #define POLLIN 0x0001 /* any readable data available */ macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs142 pub const POLLIN: ::c_short = 0x0001; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs473 pub const POLLIN: ::c_short = 0x1; constant
/third_party/backends/frontend/
Dsaned.c101 #define POLLIN 0x0001 macro
/third_party/lwip/src/include/lwip/
Dsockets.h495 #define POLLIN 0x1 macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs686 pub const POLLIN: ::c_short = 0x1; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs514 pub const POLLIN: ::c_short = 0x001; constant
/third_party/rust/crates/libc/src/
Dwasi.rs273 pub const POLLIN: ::c_short = 0x1; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs878 pub const POLLIN: ::c_short = 0x0001; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs697 pub const POLLIN: ::c_short = 0x0001; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1264 pub const POLLIN: ::c_short = 0x1; constant

12