Searched refs:ScopedErrorReportLock (Results 1 – 11 of 11) 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()
101 ScopedErrorReportLock l; in ReportUMR()115 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()122 ScopedErrorReportLock l; in ReportStats()140 ScopedErrorReportLock l; in ReportAtExitStatistics()
249 ScopedErrorReportLock l2; in BackgroundThread()497 { ScopedErrorReportLock l; } in Finalize()527 ScopedErrorReportLock::Lock(); in ForkBefore()552 ScopedErrorReportLock::Unlock(); in ForkParentAfter()563 ScopedErrorReportLock::Unlock(); in ForkChildAfter()
387 ScopedErrorReportLock lock_;
245 ScopedErrorReportLock report_lock_;255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
507 ScopedErrorReportLock l2; in BackgroundThread()777 ScopedErrorReportLock lock; in Finalize()812 ScopedErrorReportLock::Lock(); in ForkBefore()836 ScopedErrorReportLock::Unlock(); in ForkAfter()
441 ScopedErrorReportLock lock_;
207 ScopedErrorReportLock error_report_lock_;
80 ScopedErrorReportLock error_report_lock_;