Searched refs:unlocked_fair (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/lock_api/src/ |
D | rwlock.rs | 983 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() method 1197 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() method 1363 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() method
|
D | mutex.rs | 520 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() method
|
D | remutex.rs | 626 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() method
|