ATOMIC_FLAG_FREE
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <stdatomic.h>
|
||
#define ATOMIC_FLAG_INIT /* unspecified */ |
(dal C11) | |
Si espande un'espressione che può essere utilizzato per inizializzare tipo
atomic_flag. Il atomic_flag valore che non viene inizializzato con questa macro non è definito.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.
Vedi anche
(C11) |
inizializza un nuovo oggetto atomico 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. (funzione macro) |