Home
last modified time | relevance | path

Searched refs:posix_pipe (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/vmclient/src/
Dlib.rs59 fn posix_pipe() -> Result<(OwnedFd, OwnedFd), io::Error> { in posix_pipe() function
89 let (wait_fd, ready_fd) = posix_pipe()?; in new()