HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_RETURNED (Results 1 - 10 of 10) 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))
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
  /art/runtime/base/
macros.h 252 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
271 #define RETURN_CAPABILITY(...) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(__VA_ARGS__))
  /external/clang/test/PCH/
thread-safety-attrs.cpp 24 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x)))
  /art/runtime/
class_linker.h     [all...]
thread.h 475 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) {
    [all...]

Completed in 327 milliseconds