Home
last modified time | relevance | path

Searched defs:create_pair (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/connection/
Dwindows.rs17 pub(crate) fn create_pair() -> (TestMaster, TestEndpoint) { in create_pair() function
Dunix.rs26 pub(crate) fn create_pair() -> (Master<SocketEndpoint<MasterReq>>, SocketEndpoint<MasterReq>) { in create_pair() function
Dtube.rs196 fn create_pair() -> (TubeEndpoint<MasterReq>, TubeEndpoint<MasterReq>) { in create_pair() function
/external/rust/crates/tokio/tests/
Dtcp_stream.rs250 async fn create_pair() -> (TcpStream, TcpStream) { in create_pair() function
Duds_stream.rs191 async fn create_pair() -> (UnixStream, UnixStream) { in create_pair() function