Lines Matching full:method1
846 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
849 int Foo::method1(int i) {
869 a.method1(1);
1004 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1010 int Foo::method1(int i)
1022 a.method1(1);
1403 int method1
1409 int Foo::method1(int i) {
1416 a.method1(1); // expected-warning {{calling function 'method1' requires shared lock on 'mu1'}} \
1417 // expected-warning {{calling function 'method1' requires shared lock on 'mu'}} \
1418 // expected-warning {{calling function 'method1' requires shared lock on 'mu2'}} \
1419 // expected-warning {{calling function 'method1' requires shared lock on 'mu3'}}