| /external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
| D | mutex.h | 121 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function 143 #define ReaderMutexLock(x) static_assert(false, "ReaderMutexLock declaration missing variable name") macro
|
| /external/gflags/src/ |
| D | mutex.h | 320 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function 342 #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) macro
|
| /external/cronet/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 580 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 584 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 555 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/angle/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 581 explicit ReaderMutexLock(Mutex* mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 585 explicit ReaderMutexLock(Mutex* mu, const Condition& cond) in ReaderMutexLock() function
|
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 566 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 566 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/openscreen/third_party/abseil/src/absl/synchronization/ |
| D | mutex.h | 557 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 561 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function 566 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | mutex.h | 158 typedef MutexLock ReaderMutexLock; typedef
|
| /external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
| D | mutex.h | 158 typedef MutexLock ReaderMutexLock; typedef
|
| /external/clang/test/PCH/ |
| D | thread-safety-attrs.cpp | 49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
|
| /external/libtextclassifier/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 561 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
|
| /external/clang/test/SemaCXX/ |
| D | warn-thread-safety-analysis.cpp | 53 class SCOPED_LOCKABLE ReaderMutexLock { class
|