Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:mu3

1336   Mutex mu1, mu2, mu3;
1340 void f2() LOCKS_EXCLUDED(mu1) LOCKS_EXCLUDED(mu2) LOCKS_EXCLUDED(mu3) {
1399 Mutex mu3;
1403 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
1419 // expected-warning {{calling function 'method1' requires shared lock on 'mu3'}}