Espaços nominais
Variantes
Ações

mtx_plain, mtx_recursive, mtx_timed

De cppreference.com
< c | thread

<metanoindex/>

 
 
Biblioteca de suporte a discussão
Threads
Original:
Threads
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exclusão mútua
Original:
Mutual exclusion
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Chamar uma vez
Original:
Call once
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Variáveis ​​de condição
Original:
Condition variables
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Segmento local de armazenamento
Original:
Thread-local storage
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Definido no cabeçalho <threads.h>
enum { mtx_plain = /* unspecified */, mtx_recursive = /* unspecified */, mtx_timed = /* 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.
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.

Veja também

c/thread/dcl list mtx_init