Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp213 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()
264 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h305 atomic_uint32_t stop_background_thread; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp469 while (!atomic_load_relaxed(&ctx->stop_background_thread)) { in BackgroundThread()
522 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h313 atomic_uint32_t stop_background_thread; member