Home
last modified time | relevance | path

Searched defs:AGAIN (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs252 pub const AGAIN: Self = Self::from_errno(errno::EAGAIN); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs43 pub const AGAIN: Self = Self(c::EAGAIN); constant