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