Atomically decrement the value of the specified atomicInt by 1, providing the sequential consistency memory ordering guarantee.
atomicInt
Declared in <bsls_atomicoperations_default.h>
<bsls_atomicoperations_default.h>
static void decrementInt(AtomicTypes::Int* atomicInt);