[#BloombergLP-bsls-AtomicOperations_DefaultInt64-0a-testAndSwapInt64AcqRel] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultInt64-0a.adoc[AtomicOperations_DefaultInt64]::testAndSwapInt64AcqRel :relfileprefix: ../../../ :mrdocs: Conditionally set the value of the specified `atomicInt` to the specified `swapValue` if and only if the value of `atomicInt` equals the value of the specified `compareValue`, and return the initial value of `atomicInt`, providing the sequential consistency memory ordering guarantee. The whole operation is performed atomically. == Synopsis Declared in `<bsls_atomicoperations_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] testAndSwapInt64AcqRel( AtomicTypes::Int64* atomicInt, xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] compareValue, xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] swapValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#