Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs221 pub(super) struct LockLatch { struct
226 impl LockLatch { argument
253 impl Latch for LockLatch { implementation