tss_create
De cppreference.com
| Definido en el archivo de encabezado <threads.h>
|
||
int tss_create( tss_t* tss_id, tss_dtor_t destructor );
|
(desde C11) | |
Crea un nuevo hilo específico de almacenamiento y, opcionalmente, destructor tiendas que se llama cuando el almacenamiento se borra. El objeto al que apunta
tss_id se establece en el identificador del nuevo hilo específico de almacenamiento .Original:
Creates new thread-specific storage and optionally stores destructor which is called when the storage is deleted. The object pointed to by
tss_id is set to the identifier of the new 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.
You can help to correct and verify the translation. Click here for instructions.
Parámetros
Valor de retorno
thrd_success de tener éxito, de lo contrario 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.
