Home
last modified time | relevance | path

Searched defs:ReaderUnlock (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/gflags/src/
H A Dmutex.h228 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/
Dmutex.h74 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 Dmutex.h71 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 Dquiche_mutex_impl.cc21 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 Dquiche_mutex_impl.cc11 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 Dquiche_mutex.cc15 void QuicheMutex::ReaderUnlock() { impl_.ReaderUnlock(); } in ReaderUnlock() function in quiche::QuicheMutex
/aosp_15_r20/art/runtime/base/
H A Dmutex.h353 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1753 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1779 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.cc1753 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 Dmutex.cc1765 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1757 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 Dmutex.cc1717 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/
Dmutex.cc1765 void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex