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

Synopsis

Declared in <bsls_atomicoperations_default.h>

static
void
incrementInt64AcqRel(AtomicTypes::Int64* atomicInt);

Parameters

Name

Description

atomicInt

atomic 64‐bit integer to modify

Created with MrDocs