Home
last modified time | relevance | path

Searched defs:POLLOUT (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs43 pub const POLLOUT: ::c_short = 0x10; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs39 pub const POLLOUT: ::c_short = 0x4; constant
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h54 #define POLLOUT 0x0004 macro
/third_party/pulseaudio/src/pulsecore/
Dpoll.h36 #define POLLOUT 0x004 /* Writing now will not block. */ macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs71 pub const POLLOUT: ::c_short = 1 << 3; constant
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs42 pub(crate) const POLLOUT: i16 = WinSock::POLLOUT as _; constant
/third_party/curl/lib/
Dselect.h45 #define POLLOUT 0x04 macro
/third_party/ffmpeg/libavformat/
Dos_support.h153 #define POLLOUT 0x0002 /* file descriptor is writeable */ macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs144 pub const POLLOUT: ::c_short = 0x0004; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs475 pub const POLLOUT: ::c_short = 0x4; constant
/third_party/lwip/src/include/lwip/
Dsockets.h496 #define POLLOUT 0x2 macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs688 pub const POLLOUT: ::c_short = 0x4; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs516 pub const POLLOUT: ::c_short = 0x004; constant
/third_party/rust/crates/libc/src/
Dwasi.rs274 pub const POLLOUT: ::c_short = 0x2; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs880 pub const POLLOUT: ::c_short = 0x0004; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1266 pub const POLLOUT: ::c_short = 0x4; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs698 pub const POLLOUT: ::c_short = 0x0002; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1633 pub const POLLOUT: ::c_short = 0x4; constant

12