Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs349 pub(super) struct CountLockLatch { struct
354 impl CountLockLatch { implementation
356 pub(super) fn with_count(n: usize) -> CountLockLatch { in with_count()
374 impl Latch for CountLockLatch { implementation