Searched refs:SANITIZER_RELEASE (Results 1 – 11 of 11) sorted by relevance
39 void Unlock() SANITIZER_RELEASE() { in Unlock()225 void Unlock() SANITIZER_RELEASE() { in Unlock()386 ~GenericScopedLock() SANITIZER_RELEASE() { mu_->Unlock(); } in SANITIZER_RELEASE() function403 ~GenericScopedReadLock() SANITIZER_RELEASE() { mu_->ReadUnlock(); } in SANITIZER_RELEASE() function424 ALWAYS_INLINE ~GenericScopedRWLock() SANITIZER_RELEASE() { in ~GenericScopedRWLock()
38 #define SANITIZER_RELEASE(...) \ macro
38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock()
100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock()
148 SANITIZER_REQUIRES(recycle_mutex_) SANITIZER_RELEASE(recycle_mutex_) { in Recycle()
272 void ForceUnlock() SANITIZER_RELEASE(mutex_) { mutex_.Unlock(); } in ForceUnlock()
255 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); } in SANITIZER_RELEASE() function258 static void Unlock() SANITIZER_RELEASE(mutex_);
193 void Unlock() SANITIZER_RELEASE(live_list_mutex_) { in Unlock()
614 void SlotUnlock(ThreadState *thr) SANITIZER_RELEASE(thr->slot->mtx);
46 void UnlockGlobal() SANITIZER_RELEASE(global_mutex) { global_mutex.Unlock(); } in UnlockGlobal()
903 void ForceUnlock() SANITIZER_RELEASE(fallback_mutex) { in ForceUnlock()