Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:rlock

2464   ReleasableMutexLock rlock(&mu_);
2465 rlock.Release();
2469 ReleasableMutexLock rlock(&mu_);
2471 rlock.Release();
2476 ReleasableMutexLock rlock(&mu_);
2478 rlock.Release();
2483 ReleasableMutexLock rlock(&mu_);
2484 rlock.Release();
2485 rlock.Release(); // expected-warning {{releasing mutex 'mu_' that was not held}}
2489 ReleasableMutexLock rlock(&mu_);
2491 rlock.Release();
2494 rlock.Release(); // expected-warning {{releasing mutex 'mu_' that was not held}}