Home
last modified time | relevance | path

Searched refs:reporting_thread_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp302 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0}; member in __sanitizer::ScopedErrorReportLock
309 if (atomic_compare_exchange_strong(&reporting_thread_, &expected, current, in Lock()
336 atomic_store_relaxed(&reporting_thread_, 0); in Unlock()
H A Dsanitizer_common.h262 static atomic_uintptr_t reporting_thread_;