Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs1335 self.build_current_thread_runtime_components(None)?; in build_current_thread_runtime()
1351 self.build_current_thread_runtime_components(Some(tid))?; in build_current_thread_local_runtime()
1360 fn build_current_thread_runtime_components( in build_current_thread_runtime_components() method