Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vm/src/
Drun.rs68 let death_recipient = wait_for_death(&mut vm.as_binder(), dead.clone())?; in wait_for_vm() localVariable
72 drop(death_recipient); in wait_for_vm()
80 let mut death_recipient = DeathRecipient::new(move || { in wait_for_death() localVariable
84 binder.link_to_death(&mut death_recipient)?; in wait_for_death()
85 Ok(death_recipient) in wait_for_death()