Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/spawn/
Dmod.rs92 registry.increment_terminate_count(); in spawn_job()
/external/rust/crates/rayon-core/src/
Dregistry.rs526 pub(super) fn increment_terminate_count(&self) { in increment_terminate_count() method