enum class AtomicOrderingCABI

Description

Atomic ordering for C11 / C++11's memody models. These values cannot change because they are shared with standard library implementations as well as with other compilers.

Declared at: llvm/include/llvm/Support/AtomicOrdering.h:28

Enumerators

NameValueComment
relaxed0
consume1
acquire2
release3
acq_rel4
seq_cst5