Atomically increment the value of the specified atomicUint by 1, providing the acquire/release memory ordering guarantee.

Synopsis

Declared in <bsls_atomicoperations_default.h>

static
void
incrementUint64AcqRel(AtomicTypes::Uint64* atomicUint);

Created with MrDocs