◐ Shell
clean mode source ↗

std::thread::~thread – cppreference.com

Aus cppreference.com

<metanoindex/>

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.

this_thread Namespace

Original:

this_thread namespace

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.

Generische Sperrverwaltung

Original:

Generic lock management

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.

Futures

Original:

Futures

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

std::thread

Mitglied Klassen

Original:

Member classes

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Member-Funktionen

Original:

Member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Beobachter

Original:

Observers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Operations

Original:

Operations

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Non-Member-Funktionen

Original:

Non-member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<tbody> </tbody>

Zerstört das Thread-Objekt. Wenn *this hat noch einen zugehörigen laufenden Faden (dh joinable() == true) wird std::terminate() genannt .

Original:

Destroys the thread object. If *this still has an associated running thread (i.e. joinable() == true), std::terminate() is called.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.