Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs196 fn lock_shared_recursive(&self); in lock_shared_recursive() method
877 self.raw.lock_shared_recursive(); in read_recursive()
909 self.raw.lock_shared_recursive(); in read_arc_recursive()
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs272 fn lock_shared_recursive(&self) { in lock_shared_recursive() method