atomic_flag
De cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Defined in header <stdatomic.h>
|
||
typedef /* unspecified */ atomic_flag; |
(depuis C11) | |
atomic_flag est un type atomique booléen. Contrairement à d'autres types atomiques, il est garanti d'être sans verrou. Contrairement atomic_bool,
atomic_flag
ne fournit pas de charge ou de l'exploitation des magasins .Original:
atomic_flag is an atomic boolean type. Unlike other atomic types, it is guaranteed to be lock-free. Unlike atomic_bool,
atomic_flag
does not provide load or store operations.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.