Home
last modified time | relevance | path

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

/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
/external/crosvm/third_party/vmm_vhost/src/sys/
Dwindows.rs234 pub(crate) fn create_pair() -> (BackendClient, Connection<FrontendReq>) { in create_pair() function
Dunix.rs321 pub(crate) fn create_pair() -> (BackendClient, Connection<FrontendReq>) { in create_pair() function
/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmaster.rs763 fn create_pair<P: AsRef<Path>>(path: P) -> (Master, Endpoint<MasterReq>) { in create_pair() function
/external/rust/crates/vhost/src/vhost_user/
Dmaster.rs763 fn create_pair<P: AsRef<Path>>(path: P) -> (Master, Endpoint<MasterReq>) { in create_pair() function