Namensräume
Varianten
Aktionen

thread_local

Aus cppreference.com
< c‎ | thread

 
 
Thema Support-Bibliothek
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.
Gegenseitigen Ausschluss
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.
Rufen Sie einmal
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.
Zustand Variablen
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.
Thread-lokalen Speicher
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.
 
definiert in Header <threads.h>
int thrd_equal( thrd_t lhs, thrd_t rhs );
(Seit C11)
Überprüft, ob lhs und rhs beziehen sich auf den gleichen Thread .
Original:
Checks whether lhs and rhs refer to the same thread.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[Bearbeiten] Parameter

lhs, rhs -
Themen zu vergleichen
Original:
threads to compare
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[Bearbeiten] Rückgabewert

Wert ungleich Null, wenn lhs und rhs beziehen sich auf den gleichen Wert, 0 sonst .
Original:
Non-zero value if lhs and rhs refer to the same value, 0 otherwise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.