[#BloombergLP-bsls-AtomicUint-addAcqRel] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicUint.adoc[AtomicUint]::addAcqRel :relfileprefix: ../../../ :mrdocs: Atomically add the specified `value` to this object and return the resulting value, providing the acquire/release memory ordering guarantee. == Synopsis Declared in `<bsls_atomic.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int addAcqRel(unsigned int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#