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. |
| Defined in header <stdatomic.h>
|
||
| #define ATOMIC_FLAG_INIT /* unspecified */ |
(desde C11) | |
Expande una expresión que se puede utilizar para inicializar tipo atomic_flag. El
atomic_flag valor que no se inicializa utilizando esta macro no está definido .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.
[editar] Ver también
| (C11) |
inicializa un objeto atómico nuevo 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. (función macro) |