Searched defs:CountLockLatch (Results 1 – 1 of 1) sorted by relevance
349 pub(super) struct CountLockLatch { struct354 impl CountLockLatch { implementation356 pub(super) fn with_count(n: usize) -> CountLockLatch { in with_count()374 impl Latch for CountLockLatch { implementation