Home
last modified time | relevance | path

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

/external/crosvm/src/sys/windows/
Drun_vcpu.rs121 struct VcpuRunThread { struct
126 impl VcpuRunThread { implementation
127 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()