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
Name | Value | Comment |
---|---|---|
relaxed | 0 | |
consume | 1 | |
acquire | 2 | |
release | 3 | |
acq_rel | 4 | |
seq_cst | 5 |