tss_get
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <threads.h>
|
||
void *tss_get( tss_t tss_id ); |
(Seit C11) | |
Gibt den Wert in thread-spezifische Speicher für den aktuellen Thread von
tss_id identifiziert stattOriginal:
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.
Parameter
| tss_id | - | identifiziert die Thread-spezifische Speicher zugreifen
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. |
Rückgabewert
Der Wert auf Erfolg, NULL bei Ausfall .
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.
Siehe auch
(C11) |
schreiben, um Thread-spezifische Speicher 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. (Funktion) |