Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dcrosvm.rs335 pub vm_state: Mutex<VmState>, field
452 let mut vm_state = self.vm_state.lock().unwrap(); in monitor_vm_exit() localVariable
539 let vm_state = &*self.vm_state.lock().unwrap(); in monitor_vm_status() localVariable
590 let vm_state = &mut *self.vm_state.lock().unwrap(); in kill() localVariable