Home
last modified time | relevance | path

Searched defs:SCOPED_LOCKABLE (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Dthread_annotations.h77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
Dwarn-thread-safety-parsing.cpp4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
275 int x SCOPED_LOCKABLE = y; // \ in sl_testfn() local
280 int sl_test_var SCOPED_LOCKABLE; // \ variable
285 int test_field SCOPED_LOCKABLE; // \ member in SLFoo
Dwarn-thread-safety-negative.cpp7 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
Dwarn-thread-safety-analysis.cpp7 #define SCOPED_LOCKABLE __attribute__((scoped_lockable)) macro
/external/libchrome/base/
Dthread_annotations.h136 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h113 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro