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

  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
    [all...]
warn-thread-safety-verbose.cpp 18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
warn-thread-safety-negative.cpp 21 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
warn-thread-safety-analysis.cpp 23 #define LOCK_RETURNED(x) __attribute__((lock_returned(x)))
    [all...]
  /external/webrtc/webrtc/base/
thread_annotations.h 71 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
  /system/core/base/include/android-base/
thread_annotations.h 81 THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
101 #define LOCK_RETURNED(x) \
102 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)))
  /art/runtime/
thread.h 522 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) {
    [all...]

Completed in 494 milliseconds