Translation of "critical section" into Russian
критическая секция is the translation of "critical section" into Russian.
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. [..]
-
критическая секция
feminineA 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.
To correct the error mentioned you should use a critical section or other ways to protect m_value variable.
Для исправления показанной ошибки необходимо использовать критическую секцию или иные способы для защиты переменной m_value.
-
Show algorithmically generated translations
Automatic translations of "critical section" into Russian
-
Glosbe Translate
-
Google Translate
Add example
Add