Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ASSERT_EXCLUSIVE_LOCK

16 #define ASSERT_EXCLUSIVE_LOCK(...)      __attribute__((assert_exclusive_lock(__VA_ARGS__)))
42 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
3676 void assertBoth() ASSERT_EXCLUSIVE_LOCK(mu1_)
3677 ASSERT_EXCLUSIVE_LOCK(mu2_);
4124 void assertMu() ASSERT_EXCLUSIVE_LOCK(mu_);