tss_get
De cppreference.com
| 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.
