Home
last modified time | relevance | path

Searched refs:wait_for_death (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs123 let death_reason = vm.wait_for_death(); in test_run_example_vm()
/packages/modules/Virtualization/vmclient/src/
Dlib.rs206 pub fn wait_for_death(&self) -> DeathReason { in wait_for_death() method
/packages/modules/Virtualization/vm/src/
Drun.rs335 let death_reason = vm.wait_for_death(); in run()