32
Atomic operations library
[atomics]
32.1
General
[atomics.general]
1
#
This Clause describes components for fine-grained atomic access
.
This access is provided via operations on atomic objects
.
2
#
The following subclauses describe atomics requirements and components for types and operations, as summarized below
.
Table
132
— Atomics library summary
Subclause
Header(s)
[atomics.order]
Order and Consistency
[atomics.lockfree]
Lock-free Property
[atomics.types.generic]
Atomic Types
<atomic>
[atomics.types.operations]
Operations on Atomic Types
[atomics.flag]
Flag Type and Operations
[atomics.fences]
Fences