tss_delete
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. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <threads.h>
|
||
void tss_delete( tss_t tss_id ); |
(desde C11) | |
Destrói o armazenamento thread específico identificado por
tss_id.Original:
Destroys the thread-specific storage identified by
tss_id.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.
| Esta seção está incompleta Motivo: The standard doesn't say anything about the destructor |
Parâmetros
| tss_id | - | identificador de armazenamento thread específica de destruir
Original: identifier of thread-specific storage to destroy The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
(Nenhum)
Original:
(none)
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.