Searched defs:new_pipe_pair (Results 1 – 2 of 2) sorted by relevance
696 fn new_pipe_pair() -> anyhow::Result<(impl AsRawDescriptor + Read, impl AsRawDescriptor + Write)> { in new_pipe_pair() function701 fn new_pipe_pair() -> anyhow::Result<(impl AsRawDescriptor + Read, impl AsRawDescriptor + Write)> { in new_pipe_pair() function
141 fn new_pipe_pair() -> SysResult<VcpuPipe> { in new_pipe_pair() function