Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dlatch.rs431 pub(super) struct LatchRef<'a, L> { struct
436 impl<L> LatchRef<'_, L> { implementation
445 unsafe impl<L: Sync> Sync for LatchRef<'_, L> {} implementation
447 impl<L> Deref for LatchRef<'_, L> { implementation
456 impl<L: Latch> Latch for LatchRef<'_, L> { implementation