Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/sys/windows/
H A Drun_vcpu.rs122 struct VcpuRunThread { struct
127 impl VcpuRunThread { argument
128 pub fn new(cpu_id: usize, enable_vcpu_monitoring: bool) -> VcpuRunThread { in new()
422 pub fn add_vcpu_thread(&mut self, thread: VcpuRunThread) { in add_vcpu_thread()
652 context: &VcpuRunThread, in vcpu_loop()