Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs222 pub(super) struct LockLatch { struct
227 impl LockLatch { argument
254 impl Latch for LockLatch { implementation