mtx_plain, mtx_recursive, mtx_timed
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>
|
||
enum { mtx_plain = /* unspecified */, |
(Seit C11) | |
Wann mtx_init weitergegeben, identifiziert die Art eines Mutex zu erstellen .
Original:
When passed to mtx_init, identifies the type of a mutex to create.
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.
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
mtx_plain
|
Normalpapier Mutex
Original: plain mutex The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
mtx_recursive
|
rekursiven Mutex
Original: recursive mutex The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
mtx_timed
|
timed Mutex
Original: timed mutex The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Siehe auch
c/thread/dsc mtx_init |