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

  /external/webrtc/webrtc/system_wrappers/include/
rw_lock_wrapper.h 36 class SCOPED_LOCKABLE ReadLockScoped {
51 class SCOPED_LOCKABLE WriteLockScoped {
critical_section_wrapper.h 38 class SCOPED_LOCKABLE CriticalSectionScoped {
  /external/webrtc/webrtc/base/
sharedexclusivelock.h 42 class SCOPED_LOCKABLE SharedScope {
57 class SCOPED_LOCKABLE ExclusiveScope {
criticalsection.h 69 class SCOPED_LOCKABLE CritScope {
118 class SCOPED_LOCKABLE GlobalLockScope {
signalthread.h 115 class SCOPED_LOCKABLE EnterExit {
thread_annotations.h 77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
warn-thread-safety-negative.cpp 7 #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...]
  /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 {
  /art/runtime/gc/collector/
garbage_collector.h 127 class SCOPED_LOCKABLE ScopedPause {
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
  /art/runtime/base/
macros.h 257 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
278 #define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)

Completed in 359 milliseconds