Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/common/
Dcompos_client.rs166 instance.wait_for_death_with_timeout(TIMEOUTS.vm_max_time_to_exit)
194 let death_reason = self.0.wait_for_death_with_timeout(TIMEOUTS.vm_max_time_to_exit); in wait_for_shutdown()
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs197 .wait_for_death_with_timeout(Duration::from_secs(10)) in shutdown()
/packages/modules/Virtualization/vmclient/src/
Dlib.rs212 pub fn wait_for_death_with_timeout(&self, timeout: Duration) -> Option<DeathReason> { in wait_for_death_with_timeout() method