HomeSort by relevance Sort by last modified time
    Searched refs:ReaderUnlock (Results 1 - 7 of 7) sorted by null

  /external/regex-re2/util/
mutex.h 66 inline void ReaderUnlock(); // Release a read share of this Mutex
101 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); }
114 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
129 void Mutex::ReaderUnlock() { Unlock(); }
140 void Mutex::ReaderUnlock() { Unlock(); }
164 ~ReaderMutexLock() { mu_->ReaderUnlock(); }
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 212 void ReaderUnlock() { Unlock(); }
306 void ReaderUnlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); }
319 mu_->ReaderUnlock();
tsan_unittest.cpp 1244 MU.ReaderUnlock();
1256 MU.ReaderUnlock();
1304 MU.ReaderUnlock();
    [all...]
  /art/runtime/base/
mutex.h 346 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); }
  /external/regex-re2/re2/
dfa.cc     [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 1261 `(Mutex::)?ReaderUnlock.*`,
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 1261 `(Mutex::)?ReaderUnlock.*`,

Completed in 649 milliseconds