Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp210 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()
261 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h309 atomic_uint32_t stop_background_thread; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc176 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()
229 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h533 atomic_uint32_t stop_background_thread; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc178 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()
231 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
H A Dtsan_rtl.h537 atomic_uint32_t stop_background_thread; member