Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dmutex.h19 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
87 class SCOPED_CAPABILITY MutexLock {
/external/google-benchmark/src/
Dmutex.h19 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
87 class SCOPED_CAPABILITY MutexLock {
/external/clang/docs/
DThreadSafetyAnalysis.rst394 SCOPED_CAPABILITY section in Reference Guide
399 ``SCOPED_CAPABILITY`` is an attribute on classes that implement RAII-style
731 doesn't know that munl.mu == mutex. The SCOPED_CAPABILITY attribute handles
772 #define SCOPED_CAPABILITY \
868 class SCOPED_CAPABILITY MutexLocker {
907 // Replaced by SCOPED_CAPABILITY