ATOMIC_FLAG_FREE
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. |
| Défini dans l'entête <stdatomic.h>
|
||
| #define ATOMIC_FLAG_INIT /* unspecified */ |
(depuis C11) | |
Développe en une expression qui peut être utilisé pour initialiser Type atomic_flag. Le
atomic_flag valeur qui n'est pas initialisé en utilisant cette macro n'est pas définie .Original:
Expands to an expression that can be used to initialize atomic_flag type. The value
atomic_flag that is not initialized using this macro is undefined.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.
[modifier] Voir aussi
| (C11) |
initialise un nouvel objet atomique Original: initializes a new atomic object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction macro) |