Initialize the specified atomicInt and set its value to the specified value.
Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>
static
void
initInt64(
AtomicTypes::Int64* atomicInt,
Types::Int64 value);
| Name | Description |
|---|---|
| atomicInt | atomic 64-bit integer to initialize |
| value | initial value to store |