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>| Definido no cabeçalho <threads.h>
|
||
int thrd_equal( thrd_t lhs, thrd_t rhs ); |
(desde C11) | |
Verifica se
lhs e rhs referem-se ao mesmo segmento.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.
Parâmetros
| lhs, rhs | - | tópicos para comparar
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. |
Valor de retorno
Diferente de zero se o valor
lhs rhs e referem-se ao mesmo valor, de outro modo.. 0Original:
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.