Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/benchmark/src/
Dmutex.h19 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
87 class SCOPED_CAPABILITY MutexLock {
/external/llvm-project/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/libcxx/utils/google-benchmark/src/
Dmutex.h19 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
87 class SCOPED_CAPABILITY MutexLock {
/external/swiftshader/third_party/marl/include/marl/
Dtsa.h32 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
Dmutex.h73 class SCOPED_CAPABILITY lock {
/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
/external/llvm-project/clang/docs/
DThreadSafetyAnalysis.rst397 SCOPED_CAPABILITY section in Reference Guide
402 ``SCOPED_CAPABILITY`` is an attribute on classes that implement RAII-style
762 doesn't know that munl.mu == mutex. The SCOPED_CAPABILITY attribute handles
801 #define SCOPED_CAPABILITY \
907 class SCOPED_CAPABILITY MutexLocker {
1001 // Replaced by SCOPED_CAPABILITY