Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/runtime/context/
Dcurrent.rs44 Err(_access_error) => Err(TryCurrentError::new_thread_local_destroyed()), in with_current()
/external/rust/android-crates-io/crates/tokio/src/runtime/
Dhandle.rs624 pub(crate) fn new_thread_local_destroyed() -> Self { in new_thread_local_destroyed() method