| Plural | pthreads |
pthread create
pthread create
pthread join
pthread join
pthread mutex
pthread mutex
pthread exit
pthread exit
pthread attribute
pthread attribute
pthread detach
pthread detach
pthread yield
pthread yield
pthread condition
pthread condition
pthread sleep
pthread sleep
pthread cancel
pthread cancel
we need to create a new pthread for handling the background task.
Wir müssen einen neuen pthread erstellen, um die Hintergrundaufgabe zu verarbeiten.
the pthread library provides functions for thread creation and management.
Die pthread-Bibliothek stellt Funktionen zur Threaderstellung und -verwaltung bereit.
ensure proper pthread synchronization to avoid race conditions.
Sorgen Sie für eine ordnungsgemäße Synchronisation der pthreads, um Race Conditions zu vermeiden.
the program uses multiple pthreads to improve performance significantly.
Das Programm verwendet mehrere pthreads, um die Leistung erheblich zu verbessern.
we'll use a mutex within the pthread to protect shared resources.
Wir verwenden einen Mutex innerhalb der pthread, um gemeinsam genutzte Ressourcen zu schützen.
the pthread's join function waits for the thread to terminate.
Die join-Funktion der pthread wartet darauf, dass der Thread beendet wird.
detaching a pthread allows it to run independently after creation.
Das Detachen einer pthread ermöglicht es ihr, nach der Erstellung unabhängig zu laufen.
the pthread attributes control the thread's scheduling priority.
Die pthread-Attribute steuern die Priorität der Threadplanung.
we are debugging a deadlock caused by incorrect pthread locking.
Wir debuggen ein Deadlock, das durch falsches pthread-Locking verursacht wurde.
the pthread exit function allows a thread to terminate gracefully.
Die exit-Funktion der pthread ermöglicht es einem Thread, sich ordnungsgemäß zu beenden.
we'll implement a thread pool using pthreads for efficient task handling.
Wir implementieren eine Thread-Pool-Struktur mithilfe von pthreads für eine effiziente Aufgabenverarbeitung.
the pthread cancellation point allows a thread to be cancelled safely.
Der pthread-Abbruchpunkt ermöglicht es einem Thread, sicher abgebrochen zu werden.
pthread create
pthread create
pthread join
pthread join
pthread mutex
pthread mutex
pthread exit
pthread exit
pthread attribute
pthread attribute
pthread detach
pthread detach
pthread yield
pthread yield
pthread condition
pthread condition
pthread sleep
pthread sleep
pthread cancel
pthread cancel
we need to create a new pthread for handling the background task.
Wir müssen einen neuen pthread erstellen, um die Hintergrundaufgabe zu verarbeiten.
the pthread library provides functions for thread creation and management.
Die pthread-Bibliothek stellt Funktionen zur Threaderstellung und -verwaltung bereit.
ensure proper pthread synchronization to avoid race conditions.
Sorgen Sie für eine ordnungsgemäße Synchronisation der pthreads, um Race Conditions zu vermeiden.
the program uses multiple pthreads to improve performance significantly.
Das Programm verwendet mehrere pthreads, um die Leistung erheblich zu verbessern.
we'll use a mutex within the pthread to protect shared resources.
Wir verwenden einen Mutex innerhalb der pthread, um gemeinsam genutzte Ressourcen zu schützen.
the pthread's join function waits for the thread to terminate.
Die join-Funktion der pthread wartet darauf, dass der Thread beendet wird.
detaching a pthread allows it to run independently after creation.
Das Detachen einer pthread ermöglicht es ihr, nach der Erstellung unabhängig zu laufen.
the pthread attributes control the thread's scheduling priority.
Die pthread-Attribute steuern die Priorität der Threadplanung.
we are debugging a deadlock caused by incorrect pthread locking.
Wir debuggen ein Deadlock, das durch falsches pthread-Locking verursacht wurde.
the pthread exit function allows a thread to terminate gracefully.
Die exit-Funktion der pthread ermöglicht es einem Thread, sich ordnungsgemäß zu beenden.
we'll implement a thread pool using pthreads for efficient task handling.
Wir implementieren eine Thread-Pool-Struktur mithilfe von pthreads für eine effiziente Aufgabenverarbeitung.
the pthread cancellation point allows a thread to be cancelled safely.
Der pthread-Abbruchpunkt ermöglicht es einem Thread, sicher abgebrochen zu werden.
Explore frequently searched vocabulary
Want to learn vocabulary more efficiently? Download the DictoGo app and enjoy more vocabulary memorization and review features!
Download DictoGo Now