Lines Matching defs:method1
1001 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
1004 int Foo::method1(int i) {
1024 a.method1(1);
1159 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1165 int Foo::method1(int i)
1177 a.method1(1);
1566 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
1572 int Foo::method1(int i) {
1579 a.method1(1); // expected-warning {{calling function 'method1' requires holding mutex 'a.mu1'}} \
1580 // expected-warning {{calling function 'method1' requires holding mutex 'mu'}} \
1581 // expected-warning {{calling function 'method1' requires holding mutex 'a.mu2'}} \
1582 // expected-warning {{calling function 'method1' requires holding mutex 'mu3'}}