Atomically increment the value of the specified atomicInt by 1, providing the acquire/release memory ordering guarantee.
atomicInt
Declared in <bsls_atomicoperations.h>
<bsls_atomicoperations.h>
static void incrementIntAcqRel(AtomicTypes::Int* atomicInt);