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