Atomically decrement the specified atomicUint by 1, providing the acquire/release memory ordering guarantee.
Declared in <bsls_atomicoperations_default.h>
static
void
decrementUint64AcqRel(AtomicTypes::Uint64* atomicUint);
| Name | Description |
|---|---|
| atomicUint | atomic unsigned 64-bit integer to modify |