mtx_plain, mtx_recursive, mtx_timed
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>
|
||
enum { mtx_plain = /* unspecified */, mtx_recursive = /* unspecified */, mtx_timed = /* unspecified */ }; |
(depuis C11) | |
Lorsqu'il est passé à
mtx_init, identifie le type d'un mutex pour créer .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.
Constante
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
|
plaine 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
|
mutex récursif
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
|
temporisé 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. |
Voir aussi
| c/thread/dcl list mtx_init |