Searched refs:reporting_thread_ (Results 1 – 2 of 2) sorted by relevance
298 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0}; member in __sanitizer::ScopedErrorReportLock305 if (atomic_compare_exchange_strong(&reporting_thread_, &expected, current, in Lock()332 atomic_store_relaxed(&reporting_thread_, 0); in Unlock()
263 static atomic_uintptr_t reporting_thread_;