Namespaces
Variants
Actions

Standard library header <stdatomic.h> (C11)

From cppreference.com
< c‎ | header

This header provides atomic operations, in particular, it's a part of the concurrency support library.

Contents

[edit] Atomic operations

Operations on atomic types
indicates that the given atomic type is lock-free
(macro constant) [edit]
indicates whether the atomic object is lock-free
(function) [edit]
stores a value in an atomic object
(function) [edit]
reads a value from an atomic object
(function) [edit]
swaps a value with the value of an atomic object
(function)