Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs236 pub(super) fn wait_and_reset(&self) { in wait_and_reset() method
Dregistry.rs474 job.latch.wait_and_reset(); // Make sure we can use the same latch again next time. in in_worker_cold()