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);
Created with MrDocs