Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/tests/
Dtask_combinations.rs250 on_drop: Option<oneshot::Sender<()>>, in test_combination() field
259 let _ = self.on_drop.take().unwrap().send(()); in test_combination()
269 on_drop: Option<oneshot::Sender<()>>, in test_combination() field
284 let _: Result<(), ()> = self.on_drop.take().unwrap().send(()); in test_combination()
316 on_drop: signal.on_output_drop.take(), in test_combination()
335 on_drop: Some(on_future_drop), in test_combination()
/external/rust/crates/grpcio/src/call/
Dclient.rs489 fn on_drop(&mut self) { in on_drop() method
556 self.imp.on_drop() in drop()
Dmod.rs633 fn on_drop<C: ShareCallHolder>(&self, call: &mut C) { in on_drop() method
Dserver.rs302 self.base.on_drop(&mut self.call); in drop()