Home
last modified time | relevance | path

Searched refs:scoped_lockable (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dlock_guard.h22 class _LIBCPP_TEMPLATE_VIS _LIBCPP_THREAD_SAFETY_ANNOTATION(scoped_lockable) lock_guard { in _LIBCPP_THREAD_SAFETY_ANNOTATION() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_safety.h25 #define SANITIZER_SCOPED_LOCK SANITIZER_THREAD_ANNOTATION(scoped_lockable)
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dthread_annotations.h22 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE_(scoped_lockable)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmutex440 class _LIBCPP_TEMPLATE_VIS _LIBCPP_THREAD_SAFETY_ANNOTATION(scoped_lockable) scoped_lock<_Mutex> {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3590 let Spellings = [Clang<"scoped_lockable", 0>];
H A DDiagnosticSemaKinds.td3947 "annotated with 'capability' or 'scoped_lockable' attribute">,