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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp432 static atomic_uint32_t bg_thread = {}; local
433 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
434 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {

Completed in 106 milliseconds