HomeSort by relevance Sort by last modified time
    Searched defs:SCOPED_LOCKABLE (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
thread_annotations.h 77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 7 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
warn-thread-safety-verbose.cpp 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
warn-thread-safety-parsing.cpp 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
260 #if !__has_attribute(scoped_lockable)
261 #error "Should support scoped_lockable attribute"
264 class SCOPED_LOCKABLE SLTestClass {
267 class __attribute__((scoped_lockable (1))) SLTestClass_args { // \
268 // expected-error {{'scoped_lockable' attribute takes no arguments}}
271 void sl_test_function() SCOPED_LOCKABLE; // \
272 // expected-warning {{'scoped_lockable' attribute only applies to struct, union or class}}
275 int x SCOPED_LOCKABLE = y; //
    [all...]
warn-thread-safety-analysis.cpp 7 #define SCOPED_LOCKABLE __attribute__((scoped_lockable))
46 class SCOPED_LOCKABLE MutexLock {
53 class SCOPED_LOCKABLE ReaderMutexLock {
60 class SCOPED_LOCKABLE ReleasableMutexLock {
68 class __attribute__((scoped_lockable)) DoubleMutexLock {
    [all...]
  /system/core/base/include/android-base/
thread_annotations.h 30 THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
98 #define SCOPED_LOCKABLE \
99 THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/clang/test/PCH/
thread-safety-attrs.cpp 12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
43 class __attribute__((scoped_lockable)) MutexLock {
49 class __attribute__((scoped_lockable)) ReaderMutexLock {
55 class SCOPED_LOCKABLE ReleasableMutexLock {

Completed in 104 milliseconds