• Home
  • Raw
  • Download

Lines Matching full:unix

5 #[cfg(any(unix, target_os = "wasi"))]
9 #[cfg(unix)]
10 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd};
16 #[cfg(any(unix, target_os = "wasi"))]
32 #[cfg(any(unix, target_os = "wasi"))]
40 #[cfg(any(unix, target_os = "wasi"))]
64 #[cfg(any(unix, target_os = "wasi"))]
72 #[cfg(any(unix, target_os = "wasi"))]
96 #[cfg(any(unix, target_os = "wasi"))]
112 #[cfg(any(unix, target_os = "wasi"))]
120 #[cfg(any(unix, target_os = "wasi"))]
144 #[cfg(any(unix, target_os = "wasi"))]
152 #[cfg(any(unix, target_os = "wasi"))]
176 #[cfg(any(unix, target_os = "wasi"))]
192 #[cfg(any(unix, target_os = "wasi"))]
200 #[cfg(any(unix, target_os = "wasi"))]
224 #[cfg(any(unix, target_os = "wasi"))]
232 #[cfg(any(unix, target_os = "wasi"))]
256 #[cfg(unix)]
264 #[cfg(unix)]
272 #[cfg(unix)]
280 #[cfg(unix)]
288 #[cfg(unix)]
296 #[cfg(unix)]
304 #[cfg(unix)]
312 #[cfg(unix)]
320 #[cfg(unix)]
328 #[cfg(unix)]
336 #[cfg(unix)]
344 #[cfg(unix)]
352 #[cfg(unix)]
360 #[cfg(unix)]
368 #[cfg(unix)]
376 #[cfg(unix)]
377 impl AsFd for mio::unix::pipe::Receiver {
384 #[cfg(unix)]
385 impl IntoFd for mio::unix::pipe::Receiver {
392 #[cfg(unix)]
393 impl From<mio::unix::pipe::Receiver> for OwnedFd {
395 fn from(owned: mio::unix::pipe::Receiver) -> Self { in from()
400 #[cfg(unix)]
401 impl FromFd for mio::unix::pipe::Receiver {
408 #[cfg(unix)]
409 impl From<OwnedFd> for mio::unix::pipe::Receiver {
416 #[cfg(unix)]
417 impl AsFd for mio::unix::pipe::Sender {
424 #[cfg(unix)]
425 impl IntoFd for mio::unix::pipe::Sender {
432 #[cfg(unix)]
433 impl From<mio::unix::pipe::Sender> for OwnedFd {
435 fn from(owned: mio::unix::pipe::Sender) -> Self { in from()
440 #[cfg(unix)]
441 impl FromFd for mio::unix::pipe::Sender {
448 #[cfg(unix)]
449 impl From<OwnedFd> for mio::unix::pipe::Sender {