Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.cc173 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()
226 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
HDtsan_rtl.h479 atomic_uint32_t stop_background_thread; member