Home
last modified time | relevance | path

Searched defs:POLLIN (Results 1 - 25 of 41) sorted by relevance

12

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

Completed in 40 milliseconds

12