Home
last modified time | relevance | path

Searched defs:shutdown_core (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs1189 fn shutdown_core(&self, core: Box<Core>) { in shutdown_core() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs1472 pub(super) fn shutdown_core(&self, handle: &Handle, mut core: Box<Core>) { in shutdown_core() method