Espaces de noms
Variantes

tss_get

De cppreference.com
< c | thread

<metanoindex/>

 
 
Bibliothèque de support fil
Threads
Original:
Threads
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
L'exclusion mutuelle
Original:
Mutual exclusion
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Appelez fois
Original:
Call once
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Les variables de condition
Original:
Condition variables
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Stockage local des threads
Original:
Thread-local storage
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Déclaré dans l'en-tête <threads.h>
void *tss_get( tss_t tss_id );
(depuis C11)
Retourne la valeur contenue dans le thread spécifique de stockage pour le thread actuel identifié par tss_id
Original:
Returns the value held in thread-specific storage for the current thread identified by tss_id
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

tss_id -
identifie le stockage de fil spécifique d'accès
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.

Retourne la valeur

La valeur en cas de succès, en cas d'échec .. NULL
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.

Voir aussi

(C11)
écrire spécifique au thread de stockage
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.

(fonction) [edit]