[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/thread/thread [Back]  [Original]

std::thread cppreference.com
cppreference.com
Namensrume
Varianten

std::thread

Aus cppreference.com
 
 
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.
thread(C++11)
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.
get_id(C++11)
yield(C++11)
sleep_for(C++11)
sleep_until(C++11)
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.
mutex(C++11)
timed_mutex(C++11)
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.
lock_guard(C++11)
unique_lock(C++11)
defer_lock_t
try_to_lock_t
adopt_lock_t
(C++11)
(C++11)
(C++11)
lock(C++11)
try_lock(C++11)
defer_lock
try_to_lock
adopt_lock
(C++11)
(C++11)
(C++11)
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.
condition_variable(C++11)
condition_variable_any(C++11)
notify_all_at_thread_exit(C++11)
cv_status(C++11)
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.
promise(C++11)
future(C++11)
shared_future(C++11)
packaged_task(C++11)
async(C++11)
launch(C++11)
future_status(C++11)
future_error(C++11)
future_category(C++11)
future_errc(C++11)
 
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.
thread::id
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.
thread::thread
thread::~thread
thread::operator=
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.
thread::joinable
thread::get_id
thread::native_handle
thread::hardware_concurrency
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.
thread::join
thread::detach
thread::swap
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.
std::swap
 
<tbody> </tbody>
definiert in Header <thread>
class thread;
(seit C++11)

Die Klasse thread reprsentiert einen leichtgewichtigen Prozess. Threads ermglichen die nebenlufige und asynchrone Ausfhrung von Programmabschnitten.

Definierte Untertypen

Mitglied Typ
Original:
Member type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Definition
native_handle_type implementierungsabhngig

Klassenattribute

reprsentiert die ID eines Threads
(ffentlichen Member der Klasse) [edit]

Methoden

erzeugt ein neues Thread-Objekt
(ffentliche Elementfunktion) [edit]
zerstrt das Thread-Objekt, der zugrunde liegende Thread muss verbunden oder getrennt werden
(ffentliche Elementfunktion) [edit]
moves the thread object
(ffentliche Elementfunktion) [edit]
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.
prft, ob der Thread joinable ist, d.h., mglicherweise parallel luft
(ffentliche Elementfunktion) [edit]
liefert die ID des Threads
(ffentliche Elementfunktion) [edit]
liefert den zugrunde liegenden, implementierungsabhngigen Thread-Handle
(ffentliche Elementfunktion) [edit]
liefert die implementierungsabhngige Anzahl gleichzeitig mglicher Threads
(public static Elementfunktion) [edit]
Operationen
Original:
Operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
warten, bis ein Thread seine Ausfhrung beendet
(ffentliche Elementfunktion) [edit]
Thread lsen, so dass er unabhngig vom Thread Handle ausgefhrt werden kann
(ffentliche Elementfunktion) [edit]
vertauscht zwei Thread-Objekte
(ffentliche Elementfunktion) [edit]

Anwendbare Funktionen auerhalb der Klasse

Spezialisierung des std::swap Algorithmus
(Funktions-Template) [edit]

Web Proxy Viewer  |  New URL  |  Original Page