Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp472 while (!atomic_load_relaxed(&ctx->stop_background_thread)) { in BackgroundThread()
525 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h315 atomic_uint32_t stop_background_thread; member