Home
last modified time | relevance | path

Searched refs:WOULDBLOCK (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs512 pub const WOULDBLOCK: Self = Self::from_errno(errno::EWOULDBLOCK); consts
H A Dsyscalls.rs373 io::Errno::AGAIN | io::Errno::WOULDBLOCK => (),
388 Err(io::Errno::WOULDBLOCK) => (),
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs1058 pub const WOULDBLOCK: Self = Self(c::EWOULDBLOCK); consts

Completed in 4 milliseconds