atomic_flag
Aus 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. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <stdatomic.h>
|
||
typedef /* unspecified */ atomic_flag; |
(Seit C11) | |
atomic_flag ist eine atomare Typ boolean. Im Gegensatz zu anderen atomaren Typen, ist es garantiert Lock-frei. Im Gegensatz zu atomic_bool, nicht atomic_flag keine Lade-oder Speicher-Operationen .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.