Translation of "critical section" into German
kritischer Abschnitt, kritischer Bereich are the top translations of "critical section" into German.
critical section
noun
grammar
(computing, programming) A piece of code that accesses a shared resource that must not be concurrently accessed by more than one thread of execution. [..]
-
kritischer Abschnitt
Processes execute in critical sections, if they acces a common data base (list).
Prozesse befinden sich in einem kritischen Abschnitt, wenn sie auf eine mehreren Prozessen gemeinsame Datenbasis (Liste) zugreifen.
-
kritischer Bereich
A segment of code which is not reentrant; that is, it does not support concurrent access by multiple threads. Often, a critical section is used to protect shared resources.
-
Show algorithmically generated translations
Automatic translations of "critical section" into German
-
Glosbe Translate
-
Google Translate
Add example
Add