Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs231 pub(super) struct LockLatch { struct
236 impl LockLatch { argument
263 impl Latch for LockLatch { implementation