Lines Matching defs:rlock
2704 ReleasableMutexLock rlock(&mu_);
2705 rlock.Release();
2709 ReleasableMutexLock rlock(&mu_);
2711 rlock.Release();
2717 ReleasableMutexLock rlock(&mu_);
2719 rlock.Release();
2724 ReleasableMutexLock rlock(&mu_);
2725 rlock.Release(); // expected-note{{mutex released here}}
2726 rlock.Release(); // expected-warning {{releasing mutex 'mu_' that was not held}}
2730 ReleasableMutexLock rlock(&mu_);
2732 rlock.Release();
2735 rlock.Release(); // expected-warning {{releasing mutex 'mu_' that was not held}}
2739 ReleasableMutexLock rlock(&mu_);
2742 rlock.Release();