thread_local
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. |
definiert in Header <threads.h>
|
||
(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.
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.
You can help to correct and verify the translation. Click here for instructions.