Home
last modified time | relevance | path

Searched defs:WriterMutexLock (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/regex-re2/util/
H A Dmutex.h115 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
127 #define WriterMutexLock(x) static_assert(false, "WriterMutexLock declaration missing variable name") macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h132 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
144 #define WriterMutexLock(x) static_assert(false, "WriterMutexLock declaration missing variable name") macro
/aosp_15_r20/external/gflags/src/
H A Dmutex.h331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
343 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h591 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
596 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex.h591 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
596 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A Dmutex.h584 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
589 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h589 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
594 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h640 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
645 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.h641 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
646 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h641 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
646 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dmutex.h159 typedef MutexLock WriterMutexLock; typedef
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dmutex.h159 typedef MutexLock WriterMutexLock; typedef
/aosp_15_r20/art/runtime/base/
H A Dmutex.h557 WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : in WriterMutexLock() function