Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs423 if is_temporary_os_thread_error(e) in spawn_task()
493 fn is_temporary_os_thread_error(error: &io::Error) -> bool { in is_temporary_os_thread_error() function