Searched refs:ScopedErrorReportLock (Results 1 – 9 of 9) sorted by relevance
96 ScopedErrorReportLock l; in ReportMmapWriteExec()244 ScopedErrorReportLock rl; in HandleDeadlySignal()253 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};254 StaticSpinMutex ScopedErrorReportLock::mutex_;256 void ScopedErrorReportLock::Lock() { in Lock()285 void ScopedErrorReportLock::Unlock() { in Unlock()290 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
37 ScopedErrorReportLock lock;
238 class ScopedErrorReportLock {240 ScopedErrorReportLock() ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function241 ~ScopedErrorReportLock() RELEASE(mutex_) { Unlock(); } in RELEASE()
101 ScopedErrorReportLock l; in ReportUMR()115 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()122 ScopedErrorReportLock l; in ReportStats()140 ScopedErrorReportLock l; in ReportAtExitStatistics()
245 ScopedErrorReportLock report_lock_;255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
240 ScopedErrorReportLock l2; in BackgroundThread()491 { ScopedErrorReportLock l; } in Finalize()531 ScopedErrorReportLock::Lock(); in ForkBefore()546 ScopedErrorReportLock::Unlock(); in ForkParentAfter()554 ScopedErrorReportLock::Unlock(); in ForkChildAfter()
613 ScopedErrorReportLock lock_;
205 ScopedErrorReportLock error_report_lock_;
80 ScopedErrorReportLock error_report_lock_;