Searched refs:UNLOCK_FUNCTION (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
1200 void MyUnlock() UNLOCK_FUNCTION(mu1_);
2045 void unlock() UNLOCK_FUNCTION();
2072 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } function in class:SelfLockingTest::MyLock2
H A Dwarn-thread-safety-parsing.cpp15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro

Completed in 37 milliseconds