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

  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3 #define LOCKABLE __attribute__ ((lockable))
29 class __attribute__((lockable)) Mutex {
    [all...]
warn-thread-safety-parsing.cpp 3 #define LOCKABLE __attribute__ ((lockable))
25 class __attribute__((lockable)) Mu {
205 // Lockable Attribute (l)
210 #if !__has_attribute(lockable)
211 #error "Should support lockable attribute"
214 class __attribute__((lockable)) LTestClass {
217 class __attribute__((lockable (1))) LTestClass_args { // \
221 void l_test_function() __attribute__((lockable)); // \
222 // expected-warning {{'lockable' attribute only applies to classes}
    [all...]

Completed in 103 milliseconds