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

  /external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h 23 #ifndef LOCK_RETURNED
24 #define LOCK_RETURNED(x)
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
    [all...]
warn-thread-safety-analysis.cpp 21 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
    [all...]
  /art/runtime/base/
macros.h 169 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
190 #define LOCK_RETURNED(x)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 106 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 106 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
  /external/clang/test/PCH/
thread-safety-attrs.cpp 24 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))

Completed in 187 milliseconds