[#BloombergLP-bsls-AtomicOperations_DefaultInt64-0a-addInt64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultInt64-0a.adoc[AtomicOperations_DefaultInt64]::addInt64 :relfileprefix: ../../../ :mrdocs: Atomically add to the specified `atomicInt` the specified `value`, providing the sequential consistency memory ordering guarantee. == Synopsis Declared in `<bsls_atomicoperations_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void addInt64( AtomicTypes::Int64* atomicInt, xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *atomicInt* | atomic 64‐bit integer to modify | *value* | amount to add |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#