HomeSort by: relevance | last modified time | path
    Searched refs:stop_background_thread (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 210 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0;
261 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed);
tsan_rtl.h 309 atomic_uint32_t stop_background_thread; member in struct:__tsan::Context
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 178 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0;
231 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed);
tsan_rtl.h 537 atomic_uint32_t stop_background_thread; member in struct:__tsan::Context
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 476 while (!atomic_load_relaxed(&ctx->stop_background_thread)) {
529 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed);
tsan_rtl.h 315 atomic_uint32_t stop_background_thread; member in struct:__tsan::Context

Completed in 17 milliseconds