This Clause describes components for fine-grained atomic access. This access is provided via operations on atomic objects.
The following subclauses describe atomics requirements and components for types and operations, as summarized below.
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 |