thread_local
De 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>| Déclaré dans l'en-tête <threads.h>
|
||
int thrd_equal( thrd_t lhs, thrd_t rhs ); |
(depuis C11) | |
Vérifie si
lhs et rhs reportez-vous à la même 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.
Paramètres
| lhs, rhs | - | discussions à comparer
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. |
Retourne la valeur
Valeur non nulle si
lhs et rhs reportez-vous à la même valeur, 0 autrement .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.