pub const LLVMAtomicOrdering_LLVMAtomicOrderingRelease: LLVMAtomicOrdering = 5;Expand description
< Release is similar to Acquire, but with a barrier of the sort necessary to release a lock.
pub const LLVMAtomicOrdering_LLVMAtomicOrderingRelease: LLVMAtomicOrdering = 5;< Release is similar to Acquire, but with a barrier of the sort necessary to release a lock.