Home
last modified time | relevance | path

Searched refs:rw_lock (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Drw_lock_wrapper.h38 explicit ReadLockScoped(RWLockWrapper& rw_lock) in ReadLockScoped() argument
39 RTC_SHARED_LOCK_FUNCTION(rw_lock) in ReadLockScoped()
40 : rw_lock_(rw_lock) { in ReadLockScoped()
52 explicit WriteLockScoped(RWLockWrapper& rw_lock) in WriteLockScoped() argument
53 RTC_EXCLUSIVE_LOCK_FUNCTION(rw_lock) in WriteLockScoped()
54 : rw_lock_(rw_lock) { in WriteLockScoped()
/external/rust/crates/spin/patches/
Ddisable_panic_tests.patch37 diff --git a/src/rw_lock.rs b/src/rw_lock.rs
39 --- a/src/rw_lock.rs
40 +++ b/src/rw_lock.rs
/external/rust/crates/spin/src/
Dlib.rs68 pub mod rw_lock; module
74 pub use rw_lock::{RwLock, RwLockReadGuard, RwLockWriteGuard, RwLockUpgradableGuard};
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/
DLOCK04.boot1 locktorture.torture_type=rw_lock
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...