Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:wmu

397 Mutex wmu;
403 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
404 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
406 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
407 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
409 wmu.Lock(); // expected-note {{mutex acquired here}}
410 } // expected-warning {{mutex 'wmu' is still held at the end of function}}
412 wmu.Lock(); // expected-note {{mutex acquired here}}
414 } // expected-warning {{mutex 'wmu' is still held at the end of function}}