alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::mem_order Namespace Reference

Classes

struct  AcqRel
 
struct  Acquire
 
struct  MemoryOrderTag
 
struct  Relaxed
 
struct  Release
 
struct  SeqCst
 

Variables

static constexpr AcqRel acq_rel
 
static constexpr Acquire acquire
 
static constexpr Relaxed relaxed
 
static constexpr Release release
 
static constexpr SeqCst seq_cst
 

Variable Documentation

◆ acq_rel

constexpr AcqRel alpaka::mem_order::acq_rel
staticconstexpr

Definition at line 45 of file MemoryOrder.hpp.

◆ acquire

constexpr Acquire alpaka::mem_order::acquire
staticconstexpr

Definition at line 47 of file MemoryOrder.hpp.

◆ relaxed

constexpr Relaxed alpaka::mem_order::relaxed
staticconstexpr

Definition at line 48 of file MemoryOrder.hpp.

◆ release

constexpr Release alpaka::mem_order::release
staticconstexpr

Definition at line 46 of file MemoryOrder.hpp.

◆ seq_cst

constexpr SeqCst alpaka::mem_order::seq_cst
staticconstexpr

Definition at line 44 of file MemoryOrder.hpp.