Lines Matching full:unix
12 #[cfg(unix)]
17 #[cfg(unix)]
26 Poll(crate::sys::unix::poll_source::Error),
29 Uring(crate::sys::unix::uring_executor::Error),
48 #[cfg(unix)]
49 impl From<crate::sys::unix::uring_executor::Error> for Error {
50 fn from(err: crate::sys::unix::uring_executor::Error) -> Self { in from()
55 #[cfg(unix)]
56 impl From<crate::sys::unix::poll_source::Error> for Error {
57 fn from(err: crate::sys::unix::poll_source::Error) -> Self { in from()
62 #[cfg(unix)]
110 #[cfg(unix)]