Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs1549 struct SingleLatchTest { struct
1550 semaphore: AtomicIsize,
1551 num_awake: AtomicUsize,
1553 last_awoken: AtomicPtr<ThreadData>,
1555 num_threads: usize,
1558 impl SingleLatchTest { implementation