Lines Matching refs:unix
12 #[cfg(any(unix, target_os = "wasi"))]
210 #[cfg(any(unix, target_os = "wasi"))]
220 #[cfg(unix)]
221 unsafe impl SocketlikeViewType for std::os::unix::net::UnixStream {}
222 #[cfg(unix)]
223 unsafe impl SocketlikeViewType for std::os::unix::net::UnixListener {}
225 #[cfg(unix)]
226 unsafe impl SocketlikeViewType for std::os::unix::net::UnixDatagram {}
247 #[cfg(unix)]
249 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixStream {}
250 #[cfg(unix)]
252 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixListener {}
253 #[cfg(unix)]
255 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixDatagram {}
263 #[cfg(unix)]
266 #[cfg(unix)]
269 #[cfg(unix)]
272 #[cfg(unix)]
274 unsafe impl FilelikeViewType for mio::unix::pipe::Receiver {}
275 #[cfg(unix)]
277 unsafe impl FilelikeViewType for mio::unix::pipe::Sender {}