[#BloombergLP-bsls-AtomicOperations_DefaultInt64-0a-initInt64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultInt64-0a.adoc[AtomicOperations_DefaultInt64]::initInt64 :relfileprefix: ../../../ :mrdocs: Initialize the specified `atomicInt` and set its value to the optionally specified `initialValue`. == Synopsis Declared in `<bsls_atomicoperations_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void initInt64( AtomicTypes::Int64* atomicInt, xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] initialValue = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#