BloombergLP::bsls::AtomicOperations_ALL_ALL_ClangIntrinsics::getInt64Relaxed

Atomically retrieve the value of the specified atomicInt, without providing any memory ordering guarantees.

Synopsis

Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>

static
Types::Int64
getInt64Relaxed(AtomicTypes::Int64 const* atomicInt);

Return Value

current value of *atomicInt

Parameters

NameDescription
atomicIntatomic 64-bit integer to load