Atomically decrement the value of the specified atomicInt by 1, providing the acquire/release memory ordering guarantee.
Declared in <bsls_atomicoperations.h>
static
void
decrementIntAcqRel(AtomicTypes::Int* atomicInt);
| Name | Description |
|---|---|
| atomicInt | atomic integer to modify |