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. |
<metanoindex/>
<tbody> </tbody>| 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.
You can help to correct and verify the translation. Click here for instructions.
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. |
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.