Home
last modified time | relevance | path

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

/cloud-hypervisor/vhost_user_net/src/
H A Dlib.rs113 threads: Vec<Mutex<VhostUserNetThread>>, field
144 let mut threads = Vec::new(); in new() localVariable
[all...]
/cloud-hypervisor/vhost_user_block/src/
H A Dlib.rs193 threads: Vec<Mutex<VhostUserBlkThread>>, field
246 let mut threads = Vec::new(); in new() localVariable
/cloud-hypervisor/vmm/src/
H A Dlib.rs666 threads: Vec<thread::JoinHandle<()>>, field
H A Dvm.rs467 threads: Vec<thread::JoinHandle<()>>, field