pub const LLVMAtomicOrdering_LLVMAtomicOrderingAcquire: LLVMAtomicOrdering = 4;Expand description
< Acquire provides a barrier of the sort necessary to acquire a lock to access other memory with normal loads and stores.
pub const LLVMAtomicOrdering_LLVMAtomicOrderingAcquire: LLVMAtomicOrdering = 4;< Acquire provides a barrier of the sort necessary to acquire a lock to access other memory with normal loads and stores.