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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp252 static atomic_uintptr_t reporting_thread = {0}; member in namespace:__sanitizer
259 if (atomic_compare_exchange_strong(&reporting_thread, &expected, current,
261 // We've claimed reporting_thread so proceed.
286 atomic_store_relaxed(&reporting_thread, 0);

Completed in 100 milliseconds