mtx_plain, mtx_recursive, mtx_timed
De cppreference.com
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <threads.h>
|
||
enum { mtx_plain = /* unspecified */, |
(desde C11) | |
Cuando se transmite a mtx_init, identifica el tipo de un mutex para crear .
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
|
llanura 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 recursivo
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. |
[editar] Ver también
c/thread/dcl list mtx_init |