Lines Matching refs:mu3
1391 Mutex mu1, mu2, mu3;1395 void f2() LOCKS_EXCLUDED(mu1) LOCKS_EXCLUDED(mu2) LOCKS_EXCLUDED(mu3) {1454 Mutex mu3;1458 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);1474 // expected-warning {{calling function 'method1' requires holding mutex 'mu3'}}