/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 950 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 955 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex.h | 950 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 955 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex.h | 911 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 916 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 916 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 921 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 1034 explicit ReleasableMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 1039 explicit ReleasableMutexLock(Mutex* mu, const Condition& cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 1035 explicit ReleasableMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 1040 explicit ReleasableMutexLock(Mutex* mu, const Condition& cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 1035 explicit ReleasableMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function 1040 explicit ReleasableMutexLock(Mutex* mu, const Condition& cond) in ReleasableMutexLock() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | sync.h | 52 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | sync.h | 52 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | sync.h | 52 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | sync.h | 49 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | sync.h | 49 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | thread-safety-attrs.cpp | 55 class SCOPED_LOCKABLE ReleasableMutexLock { class
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-thread-safety-analysis.cpp | 60 class SCOPED_LOCKABLE ReleasableMutexLock { class
|