Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs382 pub vm_state: Mutex<VmState>, field
515 let mut vm_state = self.vm_state.lock().unwrap(); in monitor_vm_exit() localVariable
594 let vm_state = &*self.vm_state.lock().unwrap(); in monitor_vm_status() localVariable
645 let vm_state = &mut *self.vm_state.lock().unwrap(); in kill() localVariable