Searched defs:VcpuRunThread (Results 1 – 1 of 1) sorted by relevance
121 struct VcpuRunThread { struct126 impl VcpuRunThread { implementation127 pub fn new(cpu_id: usize, enable_vcpu_monitoring: bool) -> VcpuRunThread { in new()419 pub fn add_vcpu_thread(&mut self, thread: VcpuRunThread) { in add_vcpu_thread()652 context: &VcpuRunThread, in vcpu_loop()