Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlib.rs642 const GLOBAL_POOL_ALREADY_INITIALIZED: &str = constant
649 ErrorKind::GlobalPoolAlreadyInitialized => GLOBAL_POOL_ALREADY_INITIALIZED, in description()
665 ErrorKind::GlobalPoolAlreadyInitialized => GLOBAL_POOL_ALREADY_INITIALIZED.fmt(f), in fmt()