Searched refs:stop_background_thread (Results 1 – 4 of 4) sorted by relevance
175 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()228 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
519 atomic_uint32_t stop_background_thread; member
178 atomic_load(&ctx->stop_background_thread, memory_order_relaxed) == 0; in BackgroundThread()232 atomic_store(&ctx->stop_background_thread, 1, memory_order_relaxed); in StopBackgroundThread()
541 atomic_uint32_t stop_background_thread; member