Store the specified value into the specified atomicInt with relaxed memory ordering.
Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>
static
void
setIntRelaxed(
AtomicTypes::Int* atomicInt,
int value);
| Name | Description |
|---|---|
| atomicInt | atomic integer to modify |
| value | new value to store |