Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/port/
Dthread_annotations.h32 #define SCOPED_LOCKABLE macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/chromium_org/third_party/webrtc/base/
Dthread_annotations.h77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst370 SCOPED_LOCKABLE section in Reference Guide
/external/clang/test/SemaCXX/
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-analysis.cpp7 #define SCOPED_LOCKABLE __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