Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs163 static THE_REGISTRY_SET: Once = Once::new(); variable
194 THE_REGISTRY_SET.call_once(|| { in set_global_registry()