Searched refs:SCOPED_LOCKABLE (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dthread_annotations.h31 #ifndef SCOPED_LOCKABLE
32 #define SCOPED_LOCKABLE macro
/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock.h42 class SCOPED_LOCKABLE SharedScope {
57 class SCOPED_LOCKABLE ExclusiveScope {
H A Dthread_annotations.h77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
H A Dsignalthread.h118 class SCOPED_LOCKABLE EnterExit {
H A Dcriticalsection.h115 class SCOPED_LOCKABLE CritScope {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Drw_lock_wrapper.h36 class SCOPED_LOCKABLE ReadLockScoped {
51 class SCOPED_LOCKABLE WriteLockScoped {
H A Dcritical_section_wrapper.h38 class SCOPED_LOCKABLE CriticalSectionScoped {
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dmutexlock.h23 class SCOPED_LOCKABLE MutexLock {
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_manager_base.h44 class SCOPED_LOCKABLE ViEManagerWriteScoped {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock.h135 class SCOPED_LOCKABLE SpinLockHolder {
H A Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
H A Dlow_level_alloc.cc215 class SCOPED_LOCKABLE ArenaLock {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock.h135 class SCOPED_LOCKABLE SpinLockHolder {
H A Dthread_annotations.h112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) macro
H A Dlow_level_alloc.cc215 class SCOPED_LOCKABLE ArenaLock {
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
55 class SCOPED_LOCKABLE ReleasableMutexLock {
/external/clang/test/SemaCXX/
H A 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; // \ local
280 int sl_test_var SCOPED_LOCKABLE; // \ variable
285 int test_field SCOPED_LOCKABLE; // \ member in class:SLFoo
287 void test_method() SCOPED_LOCKABLE; // \ member in class:SLFoo
292 void sl_function_params(int lvar SCOPED_LOCKABLE); // \
H A Dwarn-thread-safety-analysis.cpp7 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
55 class SCOPED_LOCKABLE ReleasableMutexLock {
2577 class SCOPED_LOCKABLE WTF_ScopedLockable {
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro

Completed in 1083 milliseconds