pub const LLVMAtomicOrdering_LLVMAtomicOrderingAcquireRelease: LLVMAtomicOrdering = 6;Expand description
< provides both an Acquire and a Release barrier (for fences and operations which both read and write memory).
pub const LLVMAtomicOrdering_LLVMAtomicOrderingAcquireRelease: LLVMAtomicOrdering = 6;< provides both an Acquire and a Release barrier (for fences and operations which both read and write memory).