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

  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
33 void Unlock() __attribute__((unlock_function));
42 ~MutexLock() __attribute__((unlock_function));
48 ~ReaderMutexLock() __attribute__((unlock_function));
282 void globalUnlock() __attribute__((unlock_function(aa_mu)));
1200 void MyUnlock() UNLOCK_FUNCTION(mu1_);
    [all...]
warn-thread-safety-parsing.cpp 15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
    [all...]

Completed in 101 milliseconds