HomeSort by relevance Sort by last modified time
    Searched full:readertrylock (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 33 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
warn-thread-safety-negative.cpp 36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
warn-thread-safety-analysis.cpp 36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
3701 bool Foo::readertrylock() { return true; } function in class:MultipleAttributeTest::Foo
    [all...]
warn-thread-safety-parsing.cpp 34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 39 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 211 bool ReaderTryLock() { return TryLock();}
tsan_unittest.cpp 1217 // test23: TN. TryLock, ReaderLock, ReaderTryLock. {{{1
1219 // Correct synchronization with TryLock, Lock, ReaderTryLock, ReaderLock.
1238 if (MU.ReaderTryLock()) {
    [all...]
  /external/clang/docs/
ThreadSafetyAnalysis.rst 853 bool ReaderTryLock() TRY_ACQUIRE_SHARED(true);

Completed in 344 milliseconds