/aosp_15_r20/external/gflags/src/ |
H A D | mutex.h | 228 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } in ReaderUnlock() function 248 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function 272 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } in ReaderUnlock() function 297 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | mutex.h | 74 void Mutex::ReaderUnlock() { ReleaseSRWLockShared(&mutex_); } in ReaderUnlock() function 88 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in ReaderUnlock() function 99 void Mutex::ReaderUnlock() { mutex_.unlock_shared(); } in ReaderUnlock() function
|
/aosp_15_r20/external/regex-re2/util/ |
H A D | mutex.h | 71 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in ReaderUnlock() function 82 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
H A D | quiche_mutex_impl.cc | 21 void QuicheLockImpl::ReaderUnlock() { in ReaderUnlock() function in quiche::QuicheLockImpl
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
H A D | quiche_mutex_impl.cc | 11 void QuicheLockImpl::ReaderUnlock() { mu_.ReaderUnlock(); } in ReaderUnlock() function in quiche::QuicheLockImpl
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A D | quiche_mutex.cc | 15 void QuicheMutex::ReaderUnlock() { impl_.ReaderUnlock(); } in ReaderUnlock() function in quiche::QuicheMutex
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex.h | 353 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1753 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1779 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1753 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex.cc | 1765 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1757 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex.cc | 1717 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1765 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
|