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