Searched defs:WOULDBLOCK (Results 1 – 2 of 2) sorted by relevance
1005 pub const WOULDBLOCK: Self = Self(c::EWOULDBLOCK); constant
548 pub const WOULDBLOCK: Self = Self::from_errno(errno::EWOULDBLOCK); constant