Searched refs:ScopedErrorReportLock (Results 1 – 9 of 9) sorted by relevance
102 ScopedErrorReportLock l; in ReportMmapWriteExec()250 ScopedErrorReportLock rl; in HandleDeadlySignal()259 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};260 StaticSpinMutex ScopedErrorReportLock::mutex_;262 void ScopedErrorReportLock::Lock() { in Lock()291 void ScopedErrorReportLock::Unlock() { in Unlock()296 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
37 ScopedErrorReportLock lock;
243 class ScopedErrorReportLock {245 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function246 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); } in SANITIZER_RELEASE()
103 ScopedErrorReportLock l; in ReportUMR()117 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()124 ScopedErrorReportLock l; in ReportStats()142 ScopedErrorReportLock l; in ReportAtExitStatistics()
245 ScopedErrorReportLock report_lock_;255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
510 ScopedErrorReportLock l2; in BackgroundThread()780 ScopedErrorReportLock lock; in Finalize()815 ScopedErrorReportLock::Lock(); in ForkBefore()839 ScopedErrorReportLock::Unlock(); in ForkAfter()
443 ScopedErrorReportLock lock_;
207 ScopedErrorReportLock error_report_lock_;
80 ScopedErrorReportLock error_report_lock_;