tss_set
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 <threads.h>
|
||
int tss_set( tss_t tss_id, void *val ); |
(dal C11) | |
Imposta il valore del filo-specifico di archiviazione identificato dal
tss_id per il thread corrente per 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.
Parametri
| tss_id | - | indica il filetto specifico memorizzazione modificare
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 | - | valore da impostare thread specifico storage
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. |
Valore di ritorno
thrd_success caso di successo, altrimenti 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.
Vedi anche
(C11) |
legge da filo-specifica stoccaggio 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. (funzione) |