Home
last modified time | relevance | path

Searched refs:ASSERT_CAPABILITY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h50 ALWAYS_INLINE void assertHeld() ASSERT_CAPABILITY(this) { in assertHeld()
H A Dthread_annotations.h60 #define ASSERT_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE_(assert_capability(x)) macro
H A Dtsd.h61 void assertLocked(bool BypassCheck) ASSERT_CAPABILITY(Mutex) { in assertLocked()