Home
last modified time | relevance | path

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

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