Initialize the specified atomicInt and set its value to the optionally specified initialValue.
atomicInt
initialValue
Declared in <bsls_atomicoperations_default.h>
<bsls_atomicoperations_default.h>
static void initInt( AtomicTypes::Int* atomicInt, int initialValue = 0);