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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc163 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0;
224 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed);
H A Dtsan_rtl.h463 atomic_uint32_t stop_background_thread; member in struct:__tsan::Context

Completed in 67 milliseconds