[#BloombergLP-bsls-AtomicOperations_ALL_ALL_ClangIntrinsics-setIntRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_ALL_ALL_ClangIntrinsics.adoc[AtomicOperations_ALL_ALL_ClangIntrinsics]::setIntRelaxed :relfileprefix: ../../../ :mrdocs: Store the specified `value` into the specified `atomicInt` with relaxed memory ordering. == Synopsis Declared in `<bsls_atomicoperations_all_all_clangintrinsics.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void setIntRelaxed( xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Int.adoc[AtomicTypes::Int]* atomicInt, int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#