Home
last modified time | relevance | path

Searched refs:ASSERT_EXCLUSIVE_LOCK (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dthread-safety-annotations.h5 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__((assert_capability(__VA_ARGS__))) macro
16 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__((assert_exclusive_lock(__VA_ARGS__))) macro
H A Dwarn-thread-safety-verbose.cpp17 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
H A Dwarn-thread-safety-negative.cpp20 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
H A Dwarn-thread-safety-parsing.cpp15 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__))) macro
38 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
H A Dwarn-thread-safety-analysis.cpp28 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
4223 void assertBoth() ASSERT_EXCLUSIVE_LOCK(mu1_)
4224 ASSERT_EXCLUSIVE_LOCK(mu2_);
4226 void alsoAssertBoth() ASSERT_EXCLUSIVE_LOCK(mu1_, mu2_);
4730 void assertMu() ASSERT_EXCLUSIVE_LOCK(mu_);
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c13 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__))) macro
/llvm-project-15.0.7/clang/docs/
H A DThreadSafetyAnalysis.rst451 *Previously:* ``ASSERT_EXCLUSIVE_LOCK``, ``ASSERT_SHARED_LOCK``
1026 #define ASSERT_EXCLUSIVE_LOCK(...) \