Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/local_runtime/
Druntime.rs33 pub struct LocalRuntime { struct
35 scheduler: LocalRuntimeScheduler, argument
54 impl LocalRuntime { argument
59 ) -> LocalRuntime { in from_parts()
378 impl Drop for LocalRuntime { implementation
391 impl std::panic::UnwindSafe for LocalRuntime {} implementation
393 impl std::panic::RefUnwindSafe for LocalRuntime {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs844 pub fn build_local(&mut self, options: &LocalOptions) -> io::Result<LocalRuntime> { in build_local()
1345 fn build_current_thread_local_runtime(&mut self) -> io::Result<LocalRuntime> { in build_current_thread_local_runtime()