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

  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
845 #if !__has_attribute(unlock_function
    [all...]
warn-thread-safety-analysis.cpp 18 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
32 void Unlock() __attribute__((unlock_function));
41 ~MutexLock() __attribute__((unlock_function));
47 ~ReaderMutexLock() __attribute__((unlock_function));
53 ~ReleasableMutexLock() UNLOCK_FUNCTION();
55 void Release() UNLOCK_FUNCTION();
62 void endNoWarnOnReads() UNLOCK_FUNCTION("*");
64 void endNoWarnOnWrites() UNLOCK_FUNCTION("*");
319 void globalUnlock() __attribute__((unlock_function(aa_mu)))
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 23 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__)))
37 void Unlock() __attribute__((unlock_function));
46 ~MutexLock() __attribute__((unlock_function));
52 ~ReaderMutexLock() __attribute__((unlock_function));
58 ~ReleasableMutexLock() UNLOCK_FUNCTION();
60 void Release() UNLOCK_FUNCTION();
67 void endNoWarnOnReads() UNLOCK_FUNCTION("*");
69 void endNoWarnOnWrites() UNLOCK_FUNCTION("*");

Completed in 635 milliseconds