Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:mu3

1390   Mutex mu1, mu2, mu3;
1394 void f2() LOCKS_EXCLUDED(mu1) LOCKS_EXCLUDED(mu2) LOCKS_EXCLUDED(mu3) {
1453 Mutex mu3;
1457 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
1473 // expected-warning {{calling function 'method1' requires shared lock on 'mu3'}}