Home
last modified time | relevance | path

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

/cloud-hypervisor/vmm/src/api/http/
H A Dmod.rs41 pub type HttpApiHandle = (thread::JoinHandle<Result<()>>, EventFd); typedef
321 ) -> Result<HttpApiHandle> { in start_http_thread()
406 ) -> Result<HttpApiHandle> { in start_http_path_thread()
432 ) -> Result<HttpApiHandle> { in start_http_fd_thread()