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

  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 30 void ReaderLock() __attribute__((shared_lock_function));
69 mu.ReaderLock();
75 mu.ReaderLock();
warn-thread-safety-negative.cpp 33 void ReaderLock() __attribute__((shared_lock_function));
warn-thread-safety-analysis.cpp 33 void ReaderLock() __attribute__((shared_lock_function));
652 sls_mu.ReaderLock(); // \
673 sls_mu.ReaderLock();
675 sls_mu.ReaderLock();
685 sls_mu.ReaderLock(); // \
695 sls_mu.ReaderLock(); // \
706 sls_mu.ReaderLock(); // \
714 sls_mu.ReaderLock(); // \
756 aa_mu.ReaderLock();
774 sls_mu2.ReaderLock();
3698 void Foo::readerlock() { mu1_.ReaderLock(); mu2_.ReaderLock(); } function in class:MultipleAttributeTest::Foo
    [all...]
warn-thread-safety-parsing.cpp 30 void ReaderLock() SHARED_LOCK_FUNCTION();
    [all...]
  /external/gflags/src/
mutex.h 183 inline void ReaderLock(); // Block until free or shared then acquire a share
227 void Mutex::ReaderLock() { assert(++mutex_ > 0); }
247 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks
271 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); }
296 void Mutex::ReaderLock() { Lock(); }
320 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); }
  /external/clang/test/PCH/
thread-safety-attrs.cpp 36 void ReaderLock() __attribute__((shared_lock_function));
  /art/runtime/base/
mutex.h 297 void ReaderLock(Thread* self) ACQUIRE_SHARED() { SharedLock(self); }

Completed in 634 milliseconds