Home
last modified time | relevance | path

Searched defs:before_stop (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Denv.rs42 before_stop: Option<Arc<dyn Fn() + Send + Sync>>, field
81 pub fn before_stop<F: Fn() + Send + Sync + 'static>(mut self, f: F) -> EnvBuilder { in before_stop() method
101 let before_stop = self.before_stop.clone(); in build() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/src/
Dthread_pool.rs45 before_stop: Option<Arc<dyn Fn(usize) + Send + Sync>>, field
260 pub fn before_stop<F>(&mut self, f: F) -> &mut Self in before_stop() method
283 let before_stop = self.before_stop.clone(); in create() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs80 pub(super) before_stop: Option<Callback>, field
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_threaded_alt.rs296 let before_stop = Arc::new(AtomicUsize::new(0)); in start_stop_callbacks_called() localVariable
Drt_threaded.rs296 let before_stop = Arc::new(AtomicUsize::new(0)); in start_stop_callbacks_called() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs93 before_stop: Option<Callback>, field