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

  /external/webrtc/webrtc/base/
thread_annotations.h 73 // Document if a class/type is a lockable type (such as the Mutex class).
74 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
76 // Document if a class is a scoped lockable type (such as the MutexLock class).
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 3 #define LOCKABLE __attribute__ ((lockable))
28 struct LOCKABLE Mutex {};
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 6 #define LOCKABLE __attribute__ ((lockable))
30 class __attribute__((lockable)) Mutex {
warn-thread-safety-verbose.cpp 3 #define LOCKABLE __attribute__ ((lockable))
27 class __attribute__((lockable)) Mutex {
warn-thread-safety-parsing.cpp 3 #define LOCKABLE __attribute__ ((lockable))
27 class LOCKABLE Mutex {
215 // Lockable Attribute (l)
220 #if !__has_attribute(lockable)
221 #error "Should support lockable attribute"
224 class LOCKABLE LTestClass {
227 class __attribute__((lockable (1))) LTestClass_args { // \
228 // expected-error {{'lockable' attribute takes no arguments}}
231 void l_test_function() LOCKABLE; // \
    [all...]
warn-thread-safety-analysis.cpp 6 #define LOCKABLE __attribute__((lockable))
30 class LOCKABLE Mutex {
    [all...]
  /art/runtime/base/
macros.h 301 #define LOCKABLE CAPABILITY("mutex")
  /external/clang/test/PCH/
thread-safety-attrs.cpp 11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {

Completed in 973 milliseconds