mtx_plain, mtx_recursive, mtx_timed
Da 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. |
Definido no cabeçalho <threads.h>
|
||
enum { mtx_plain = /* unspecified */, |
(desde C11) | |
Quando passou para mtx_init, identifica o tipo de um mutex para criar.
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
|
simples 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 recursiva
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
|
cronometrado 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] Veja também
c/thread/dcl list mtx_init |