Home
last modified time | relevance | path

Searched refs:ReaderUnlock (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h53 inline void ReaderUnlock(); // Release a read share of this Mutex
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() { Unlock(); } in ReaderUnlock() function
122 ~ReaderMutexLock() { mu_->ReaderUnlock(); } in ~ReaderMutexLock()
/external/gflags/src/
Dmutex.h184 inline void ReaderUnlock(); // Release a read share of this Mutex
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
321 ~ReaderMutexLock() { mu_->ReaderUnlock(); } in ~ReaderMutexLock()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc556 mu.ReaderUnlock(); in Waiter1()
569 mu.ReaderUnlock(); in Waiter2()
642 x->mu.ReaderUnlock(); in AcquireAsReader()
766 x->mu.ReaderUnlock(); in GetReadLock()
794 x.mu.ReaderUnlock(); in TEST()
860 mu->ReaderUnlock();
1485 mu.ReaderUnlock();
1546 logged_mutex.ReaderUnlock();
Dmutex.h236 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/abseil-cpp/absl/synchronization/
Dmutex_test.cc555 mu.ReaderUnlock(); in Waiter1()
568 mu.ReaderUnlock(); in Waiter2()
641 x->mu.ReaderUnlock(); in AcquireAsReader()
765 x->mu.ReaderUnlock(); in GetReadLock()
793 x.mu.ReaderUnlock(); in TEST()
859 mu->ReaderUnlock();
1484 mu.ReaderUnlock();
1545 logged_mutex.ReaderUnlock();
Dmutex.h236 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
571 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc555 mu.ReaderUnlock(); in Waiter1()
568 mu.ReaderUnlock(); in Waiter2()
641 x->mu.ReaderUnlock(); in AcquireAsReader()
765 x->mu.ReaderUnlock(); in GetReadLock()
793 x.mu.ReaderUnlock(); in TEST()
859 mu->ReaderUnlock();
1484 mu.ReaderUnlock();
1545 logged_mutex.ReaderUnlock();
Dmutex.h236 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
571 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
Dmutex.cc1716 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex_test.cc556 mu.ReaderUnlock(); in Waiter1()
569 mu.ReaderUnlock(); in Waiter2()
642 x->mu.ReaderUnlock(); in AcquireAsReader()
766 x->mu.ReaderUnlock(); in GetReadLock()
794 x.mu.ReaderUnlock(); in TEST()
860 mu->ReaderUnlock();
1485 mu.ReaderUnlock();
1546 logged_mutex.ReaderUnlock();
Dmutex.h236 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
Dmutex.cc1717 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderUnlock() { in ReaderUnlock() function in absl::Mutex
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex_test.cc556 mu.ReaderUnlock(); in Waiter1()
569 mu.ReaderUnlock(); in Waiter2()
642 x->mu.ReaderUnlock(); in AcquireAsReader()
800 x->mu.ReaderUnlock(); in GetReadLock()
828 x.mu.ReaderUnlock(); in TEST()
894 mu->ReaderUnlock();
1515 mu.ReaderUnlock();
1576 logged_mutex.ReaderUnlock();
Dmutex.h228 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
572 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc556 mu.ReaderUnlock(); in Waiter1()
569 mu.ReaderUnlock(); in Waiter2()
642 x->mu.ReaderUnlock(); in AcquireAsReader()
800 x->mu.ReaderUnlock(); in GetReadLock()
828 x.mu.ReaderUnlock(); in TEST()
894 mu->ReaderUnlock();
1515 mu.ReaderUnlock();
1576 logged_mutex.ReaderUnlock();
Dmutex.h228 void ReaderUnlock() ABSL_UNLOCK_FUNCTION();
570 ~ReaderMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->ReaderUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc211 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function in absl::Mutex
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc206 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function in absl::Mutex
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc206 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function in absl::Mutex
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp17 void ReaderUnlock() SHARED_UNLOCK_FUNCTION();
680 sls_mu.ReaderUnlock(); in shared_fun_9()
686 sls_mu.ReaderUnlock(); in shared_fun_10()
730 sls_mu.ReaderUnlock(); // \ in shared_bad_3()
751 sls_mu.ReaderUnlock(); in shared_bad_6()
2654 void ReaderUnlock() UNLOCK_FUNCTION();
2687 scope.ReaderUnlock(); in relockExclusive()
4389 mu_.ReaderUnlock(); in unlockShared()
/external/pigweed/pw_sync/
Ddocs.rst816 void ReaderUnlock() PW_SHARED_TRYLOCK_FUNCTION();
897 void ReaderUnlock() PW_UNLOCK_FUNCTION() {
898 lock_->ReaderUnlock();
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1141 mu_->ReaderUnlock(); in LockForWriting()
1149 mu_->ReaderUnlock(); in ~RWLocker()
/external/llvm-project/clang/docs/
DThreadSafetyAnalysis.rst879 void ReaderUnlock() RELEASE_SHARED();
969 void ReaderUnlock() RELEASE() {
970 mut->ReaderUnlock();
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl55 … r"absl::Mutex::ReaderUnlock|" # for //tensorflow/contrib/rnn:python/ops/_gru_ops.so and more ops
/external/clang/docs/
DThreadSafetyAnalysis.rst847 void ReaderUnlock() RELEASE_SHARED();

12