Atomic operations library
Atomic operations library
If the macro constant __STDC_NO_ATOMICS__
(C11) is defined by the compiler, the header <stdatomic.h>
, the keyword _Atomic
, and all of the names listed here are not provided.
Types
Defined in header <stdatomic.h> |
|
---|---|
(C11) | defines memory ordering constraints (enum) |
|