tss_set
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>
|
||
int tss_set( tss_t tss_id, void *val ); |
(desde C11) | |
Define o valor do armazenamento thread específico identificado por
tss_id para o segmento atual para val. Original:
Sets the value of the thread-specific storage identified by
tss_id for the current thread to val. 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.
Parâmetros
| tss_id | - | identifica o armazenamento thread específica para modificar
Original: identifies the thread-specific storage to modify The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| val | - | valor a ser definido thread-específico para armazenamento
Original: value to set thread-specific storage to 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
thrd_success se bem sucedido, caso contrário thrd_error.Original:
thrd_success if successful, thrd_error otherwise.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.
Veja também
(C11) |
lê-thread específica de armazenamento Original: reads from thread-specific storage The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |