Home
last modified time | relevance | path

Searched refs:bump_shared (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/lock_api/src/
Drwlock.rs112 unsafe fn bump_shared(&self) { in bump_shared() method
1004 s.rwlock.raw.bump_shared(); in bump()
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs170 unsafe fn bump_shared(&self) { in bump_shared() method