Home
last modified time | relevance | path

Searched refs:ReaderTryLock (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp33 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
Dwarn-thread-safety-negative.cpp36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
Dwarn-thread-safety-parsing.cpp34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
Dwarn-thread-safety-analysis.cpp36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
1821 if (!mu.ReaderTryLock()) in foo12()
/external/clang/test/PCH/
Dthread-safety-attrs.cpp39 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h211 bool ReaderTryLock() { return TryLock();} in ReaderTryLock() function
Dtsan_unittest.cpp1242 if (MU.ReaderTryLock()) { in Worker_ReaderTryLock()
/external/clang/docs/
DThreadSafetyAnalysis.rst853 bool ReaderTryLock() TRY_ACQUIRE_SHARED(true);