Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp253 static atomic_uintptr_t reporting_thread = {0}; variable
260 if (atomic_compare_exchange_strong(&reporting_thread, &expected, current, in ScopedErrorReportLock()
287 atomic_store_relaxed(&reporting_thread, 0); in ~ScopedErrorReportLock()