Searched refs:death_recipient (Results 1 – 1 of 1) sorted by relevance
68 let death_recipient = wait_for_death(&mut vm.as_binder(), dead.clone())?; in wait_for_vm() localVariable72 drop(death_recipient); in wait_for_vm()80 let mut death_recipient = DeathRecipient::new(move || { in wait_for_death() localVariable84 binder.link_to_death(&mut death_recipient)?; in wait_for_death()85 Ok(death_recipient) in wait_for_death()