Searched refs:SHARED_LOCKS_REQUIRED (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c22 #define SHARED_LOCKS_REQUIRED(...) \ macro
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { function
55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) {
71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ function
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-verbose.cpp22 #define SHARED_LOCKS_REQUIRED(...) \ macro
49 void foo2() SHARED_LOCKS_REQUIRED(mu);
H A Dwarn-thread-safety-parsing.cpp22 #define SHARED_LOCKS_REQUIRED(...) \ macro
1141 void slr_function_arg() SHARED_LOCKS_REQUIRED(mu1);
1143 void slr_function_args() SHARED_LOCKS_REQUIRED(mu1, mu2);
1145 int slr_testfn(int y) SHARED_LOCKS_REQUIRED(mu1);
1148 int x SHARED_LOCKS_REQUIRED(mu1) = y; // \
1153 int slr_test_var SHARED_LOCKS_REQUIRED(mu1); // \
1156 void slr_fun_params(int lvar SHARED_LOCKS_REQUIRED(mu1)); // \
1161 int test_field SHARED_LOCKS_REQUIRED(mu1); // \
1163 void test_method() SHARED_LOCKS_REQUIRED(mu1);
1166 class SHARED_LOCKS_REQUIRED(mu
[all...]
H A Dwarn-thread-safety-negative.cpp25 #define SHARED_LOCKS_REQUIRED(...) \ macro
H A Dwarn-thread-safety-analysis.cpp26 #define SHARED_LOCKS_REQUIRED(...) __attribute__((shared_locks_required(__VA_ARGS__))) macro
56 ReaderMutexLock(Mutex *mu, bool adopt) SHARED_LOCKS_REQUIRED(mu);
935 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
943 int foo(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1);
1093 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1234 int foo() SHARED_LOCKS_REQUIRED(mu_) EXCLUSIVE_LOCKS_REQUIRED(mu2);
1500 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
2596 int foo2() SHARED_LOCKS_REQUIRED(mu_);
2604 int Foo::foo2() SHARED_LOCKS_REQUIRED(mu_) { function in namespace:DoubleLockBug
2623 void foo2() SHARED_LOCKS_REQUIRED(mutex function in class:UnlockBug::Foo
4676 void test() SHARED_LOCKS_REQUIRED(mu) { function in class:AssertSharedExclusive::Foo
5085 void test4() SHARED_LOCKS_REQUIRED(mu) { // expected-note {{mutex acquired here}} function in class:ScopedAdoptTest::Foo
[all...]
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp28 #define SHARED_LOCKS_REQUIRED(...) \ macro

Completed in 125 milliseconds