memory_order# stdgpu: stdgpu::memory_order stdgpu Latest Efficient STL-like Data Structures on the GPU atomic atomic_compare_exchange_strong atomic_compare_exchange_weak atomic_exchange atomic_exchange_explicit atomic_fetch_add atomic_fetch_add_explicit atomic_fetch_and atomic_fetch_and_explicit atomic_fetch_max atomic_fetch_max_explicit atomic_fetch_min atomic_fetch_min_explicit atomic_fetch_or atomic_fetch_or_explicit atomic_fetch_sub atomic_fetch_sub_explicit atomic_fetch_xor atomic_fetch_xor_explicit atomic_is_lock_free atomic_load atomic_load_explicit atomic_signal_fence atomic_store atomic_store_explicit atomic_thread_fence memory_order memory_order_acq_rel memory_order_acquire memory_order_consume memory_order_relaxed memory_order_release memory_order_seq_cst ◆ memory_order enum class stdgpu::memory_order : std::int8_t strong The memory order types for atomic operations. Enumeratorrelaxed relaxed consume consume acquire acquire release release acq_rel acq_rel seq_cst seq_cst Generated by 1.9.6