tss_get
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <threads.h>
|
||
void *tss_get( tss_t tss_id ); |
(desde C11) | |
Devuelve el valor contenido en el seguimiento específico de almacenamiento para el subproceso actual identificado por
tss_idOriginal:
Returns the value held in thread-specific storage for the current thread identified by
tss_idThe 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 el almacenamiento de hilo específico para acceder
Original: identifies the thread-specific storage to access 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
El valor en caso de éxito, NULL en caso de fallo .
Original:
The value on success, NULL on failure.
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.
Ver también
(C11) |
escribir en hilo específico de almacenamiento Original: write to 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. (función) |