Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dlib.rs156 CurrentThreadAlreadyInPool, enumerator
772 ErrorKind::CurrentThreadAlreadyInPool => CURRENT_THREAD_ALREADY_IN_POOL, in description()
779 ErrorKind::GlobalPoolAlreadyInitialized | ErrorKind::CurrentThreadAlreadyInPool => None, in source()
788 ErrorKind::CurrentThreadAlreadyInPool => CURRENT_THREAD_ALREADY_IN_POOL.fmt(f), in fmt()
Dregistry.rs289 ErrorKind::CurrentThreadAlreadyInPool, in new()