Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dguard.rs517 struct GuardWrapper(Guard); in unprotected() struct
518 unsafe impl Sync for GuardWrapper {} in unprotected() implementation