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