Espaços nominais
Variantes
Acções

mtx_plain, mtx_recursive, mtx_timed

Da cppreference.com
< c‎ | thread

 
 
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.
 
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.

[editar] Veja também

c/thread/dcl list mtx_init