Searched refs:ASSERT_CAPABILITY (Results 1 – 3 of 3) sorted by relevance
50 ALWAYS_INLINE void assertHeld() ASSERT_CAPABILITY(this) { in assertHeld()
60 #define ASSERT_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE_(assert_capability(x)) macro
61 void assertLocked(bool BypassCheck) ASSERT_CAPABILITY(Mutex) { in assertLocked()