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