Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:Lock

29   void Lock() SANITIZER_ACQUIRE() {
133 ALWAYS_INLINE void Lock() {
172 void Lock() SANITIZER_ACQUIRE() {
173 CheckedMutex::Lock();
180 // The mutex is not read-/write-locked, try to lock.
210 // next time we take the lock or block again.
222 // The mutex is not read-/write-locked, try to lock.
225 CheckedMutex::Lock();
260 CheckedMutex::Lock();
338 // - number of readers holding the lock,
345 // - writer lock
355 // After wake up both writers and readers compete to lock the
389 mu_->Lock();
425 mu_->Lock();
446 typedef GenericScopedLock<Mutex> Lock;