Namensräume
Varianten
Aktionen

mtx_plain, mtx_recursive, mtx_timed

Aus cppreference.com
< c‎ | thread

 
 
Thema Support-Bibliothek
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.
Gegenseitigen Ausschluss
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.
Rufen Sie einmal
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.
Zustand Variablen
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.
Thread-lokalen Speicher
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.
 
definiert in Header <threads.h>
enum {

    mtx_plain = /* unspecified */,
    mtx_recursive = /* unspecified */,
    mtx_timed = /* unspecified */

};
(Seit C11)
Wann mtx_init weitergegeben, identifiziert die Art eines Mutex zu erstellen .
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.
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
Normalpapier 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
rekursiven Mutex
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.

[Bearbeiten] Siehe auch

c/thread/dsc mtx_init