cnd_destroy
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>
|
||
void cnd_destroy( cnd_t* cond ); |
(Seit C11) | |
Zerstört den Zustand variable, auf den
cond .Original:
Destroys the condition variable pointed to by
cond.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.
Wenn es Threads warten auf
cond sind, ist das Verhalten undefiniert .Original:
If there are threads waiting on
cond, the behavior is undefined.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
| cond | - | Zeiger auf die Zustandsgröße zu zerstören
Original: pointer to the condition variable to destroy The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
(None)
Original:
(none)
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.