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

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp15 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
851 void uf_function() UNLOCK_FUNCTION();
853 void uf_function_args() UNLOCK_FUNCTION(mu1, mu2);
855 int uf_testfn(int y) UNLOCK_FUNCTION();
858 int x UNLOCK_FUNCTION() = y; // \
863 int uf_test_var UNLOCK_FUNCTION(); // \
868 int test_field UNLOCK_FUNCTION(); // \
870 void test_method() UNLOCK_FUNCTION();
877 void uf_fun_params(int lvar UNLOCK_FUNCTION()); // \
883 int uf_function_1() UNLOCK_FUNCTION(muWrappe
1279 void unlock() UNLOCK_FUNCTION() { } function in class:EmptyArgListsTest
[all...]
H A Dwarn-thread-safety-analysis.cpp18 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
53 ~ReleasableMutexLock() UNLOCK_FUNCTION();
55 void Release() UNLOCK_FUNCTION();
62 void endNoWarnOnReads() UNLOCK_FUNCTION("*");
64 void endNoWarnOnWrites() UNLOCK_FUNCTION("*");
1231 void MyUnlock() UNLOCK_FUNCTION(mu1_);
2085 void unlock() UNLOCK_FUNCTION();
2112 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } function in class:SelfLockingTest::MyLock2
2554 void release() UNLOCK_FUNCTION();
2645 void Unlock() UNLOCK_FUNCTION(mu
2830 void Foo::unlock() UNLOCK_FUNCTION() { } function in namespace:DuplicateAttributeTest
2854 void Foo::unlock1() UNLOCK_FUNCTION(mu1_) { function in namespace:DuplicateAttributeTest
2858 void Foo::unlock3() UNLOCK_FUNCTION(mu1_, mu2_, mu3_) { function in namespace:DuplicateAttributeTest
2866 UNLOCK_FUNCTION(mu2_, mu3_) { function in namespace:DuplicateAttributeTest
[all...]

Completed in 66 milliseconds