Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs1545 last_awoken: AtomicPtr<ThreadData>, field
1592 let last_awoken = self.last_awoken.load(Ordering::SeqCst); in unpark_one() localVariable