Atomically decrement the specified atomicInt by 1, providing the sequential consistency memory ordering guarantee.

Synopsis

Declared in <bsls_atomicoperations.h>

static
void
decrementInt64(AtomicTypes::Int64* atomicInt);

Parameters

Name

Description

atomicInt

atomic 64‐bit integer to modify

Created with MrDocs