Lines Matching defs:f2
1177 Foo f1, *f2;
1184 f2->mu_.Lock();
1185 f2->bar(); // expected-warning {{cannot call function 'bar' while mutex 'mu_' is locked}}
1186 f2->mu_.Unlock();
1340 void f2() LOCKS_EXCLUDED(mu1) LOCKS_EXCLUDED(mu2) LOCKS_EXCLUDED(mu3) {
1349 f2(); // expected-warning {{cannot call function 'f2' while mutex 'mu1' is locked}} \
1350 // expected-warning {{cannot call function 'f2' while mutex 'mu2' is locked}}