Home
last modified time | relevance | path

Searched defs:CountLatch (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/
Dlatch.rs288 pub(super) struct CountLatch { struct
293 impl CountLatch { implementation
300 pub(super) fn with_count(n: usize) -> CountLatch { in with_count()
341 impl AsCoreLatch for CountLatch { implementation