Searched refs:SHARED_LOCKS_REQUIRED (Results 1 – 9 of 9) sorted by relevance
22 #define SHARED_LOCKS_REQUIRED(...) \ macro1141 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; // \ in slr_testfn() local1153 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(mu1) SlrTestClass { // \ in SHARED_LOCKS_REQUIRED() function[all …]
22 #define SHARED_LOCKS_REQUIRED(...) \ macro49 void foo2() SHARED_LOCKS_REQUIRED(mu);
26 #define SHARED_LOCKS_REQUIRED(...) __attribute__((shared_locks_required(__VA_ARGS__))) macro56 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_) { in foo2()2623 void foo2() SHARED_LOCKS_REQUIRED(mutex_) { // expected-note {{mutex acquired here}} in foo2()[all …]
25 #define SHARED_LOCKS_REQUIRED(...) \ macro
22 #define SHARED_LOCKS_REQUIRED(...) \ macro51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Foo_fun1()55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) { in Foo_fun2()71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ in get_value()
62 #define SHARED_LOCKS_REQUIRED(...) \ macro
53 SHARED_LOCKS_REQUIRED(crit_sect_.get());
28 #define SHARED_LOCKS_REQUIRED(...) \ macro
185 *Previously*: ``EXCLUSIVE_LOCKS_REQUIRED``, ``SHARED_LOCKS_REQUIRED``900 #define SHARED_LOCKS_REQUIRED(...) \