BloombergLP::bsls::AtomicOperations::getUint64Acquire

Atomically retrieve the value of the specified atomicUint, providing the acquire memory ordering guarantee.

Synopsis

Declared in <bsls_atomicoperations.h>

static
Types::Uint64
getUint64Acquire(AtomicTypes::Uint64 const* atomicUint);

Return Value

current value of atomicUint

Parameters

NameDescription
atomicUintatomic unsigned 64-bit integer to load