Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc241 static atomic_uintptr_t reporting_thread = {0}; variable
248 if (atomic_compare_exchange_strong(&reporting_thread, &expected, current, in ScopedErrorReportLock()
275 atomic_store_relaxed(&reporting_thread, 0); in ~ScopedErrorReportLock()