Home
last modified time | relevance | path

Searched refs:lock_exclusive (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/lock_api/src/
Drwlock.rs56 fn lock_exclusive(&self); in lock_exclusive() method
128 self.lock_exclusive(); in bump_exclusive()
461 self.raw.lock_exclusive(); in write()
1121 defer!(s.rwlock.raw.lock_exclusive()); in unlocked()
1205 defer!(s.rwlock.raw.lock_exclusive()); in unlocked_fair()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs68 fn lock_exclusive(&self) { in lock_exclusive() method
911 self.lock_exclusive(); in bump_exclusive_slow()
/external/rust/crates/spin/src/
Drw_lock.rs730 fn lock_exclusive(&self) { in lock_exclusive() method