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

  /external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h 31 #ifndef SCOPED_LOCKABLE
32 #define SCOPED_LOCKABLE
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 112 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/chromium_org/third_party/webrtc/base/
thread_annotations.h 77 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 4 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
  /art/runtime/base/
macros.h 202 #define SCOPED_LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable)
  /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 {
  /external/clang/test/SemaCXX/
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))
43 class __attribute__((scoped_lockable)) MutexLock {
49 class __attribute__((scoped_lockable)) ReaderMutexLock {
55 class SCOPED_LOCKABLE ReleasableMutexLock {
    [all...]

Completed in 1549 milliseconds