Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs141 pub(super) struct SpinLatch<'r> { struct
148 impl<'r> SpinLatch<'r> { argument
180 impl<'r> AsCoreLatch for SpinLatch<'r> { implementation
187 impl<'r> Latch for SpinLatch<'r> { implementation