Home
last modified time | relevance | path

Searched refs:SCOPED_LOCKABLE (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
Dthread_annotations.h31 #ifndef SCOPED_LOCKABLE
32 #define SCOPED_LOCKABLE macro
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Drw_lock_wrapper.h36 class SCOPED_LOCKABLE ReadLockScoped {
51 class SCOPED_LOCKABLE WriteLockScoped {
Dcritical_section_wrapper.h38 class SCOPED_LOCKABLE CriticalSectionScoped {
Dthread_annotations.h77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
264 class SCOPED_LOCKABLE SLTestClass {
271 void sl_test_function() SCOPED_LOCKABLE; // \
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
287 void test_method() SCOPED_LOCKABLE; // \
292 void sl_function_params(int lvar SCOPED_LOCKABLE); // \
Dwarn-thread-safety-analysis.cpp7 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
55 class SCOPED_LOCKABLE ReleasableMutexLock {
2577 class SCOPED_LOCKABLE WTF_ScopedLockable {
/external/chromium_org/third_party/leveldatabase/src/util/
Dmutexlock.h23 class SCOPED_LOCKABLE MutexLock {
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_manager_base.h44 class SCOPED_LOCKABLE ViEManagerWriteScoped {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
Dspinlock.h135 class SCOPED_LOCKABLE SpinLockHolder {
Dlow_level_alloc.cc215 class SCOPED_LOCKABLE ArenaLock {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
Dspinlock.h135 class SCOPED_LOCKABLE SpinLockHolder {
Dlow_level_alloc.cc215 class SCOPED_LOCKABLE ArenaLock {
/external/clang/test/PCH/
Dthread-safety-attrs.cpp12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
55 class SCOPED_LOCKABLE ReleasableMutexLock {
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst370 SCOPED_LOCKABLE section in Reference Guide
373 ``SCOPED_LOCKABLE`` is an attribute on classes that implement RAII-style
672 doesn't know that munl.mu == mutex. The SCOPED_LOCKABLE attribute handles
742 #define SCOPED_LOCKABLE \
805 class SCOPED_LOCKABLE MutexLocker {