en

Nonreentrant

ru

Übersetzung von "nonreentrant" ins Russisch

nonreentrant
Adjektiv
raiting
UK
/nɒnˌriːˈɛntrənt/
US
/nɑnˌriˈɛntrənt/
nonreentrant
more nonreentrant Komp.
most nonreentrant Super.
нереентерабельный
The function is nonreentrant, meaning it cannot be safely called again before its previous execution is complete.
Функция нереентерабельная, что означает, что её нельзя безопасно вызвать снова до завершения предыдущего выполнения.

Definitionen

nonreentrant
Adjektiv
raiting
UK
/nɒnˌriːˈɛntrənt/
US
/nɑnˌriˈɛntrənt/
(Computing) Of a function, routine, or code segment: not safely callable again until the previous invocation has completed; lacking reentrancy.
Because it uses static variables, the sorting routine is nonreentrant and must be protected by a mutex.
(Geometry, Architecture) Lacking reentrant angles; having no interior angle greater than 180°; not concave.
The fortress was designed with nonreentrant walls to eliminate blind spots.

Redewendungen und Phrasen

nonreentrant function
Using a nonreentrant function in a multithreaded environment can cause unexpected behavior.
нереентерабельная функция
Использование нерентерабельной функции в многопоточной среде может привести к неожиданному поведению.
nonreentrant code
Developers need to be cautious when writing nonreentrant code for shared libraries.
нерентерабельный код
Разработчикам нужно быть осторожными при написании нерентерабельного кода для общих библиотек.
nonreentrant routine
Calling a nonreentrant routine from multiple threads can lead to race conditions.
нерентерабельная процедура
Вызов нерентерабельной процедуры из нескольких потоков может привести к состояниям гонки.
nonreentrant algorithm
The legacy system relies on a nonreentrant algorithm, which limits scalability.
нерентерабельный алгоритм
Устаревшая система опирается на нерентерабельный алгоритм, что ограничивает масштабируемость.
nonreentrant api
Using a nonreentrant API in concurrent applications is unsafe.
нерентерабельный API
Использование нерентерабельного API в параллельных приложениях небезопасно.
nonreentrant procedure
A nonreentrant procedure should not be called by multiple threads simultaneously.
нереентерабельная процедура
Нереентерабельную процедуру не следует вызывать нескольким потокам одновременно.
nonreentrant method
If you use a nonreentrant method in a multithreaded application, you may encounter unexpected results.
нереентерабельный метод
Если использовать нереентерабельный метод в многопоточной программе, можно столкнуться с неожиданными результатами.
nonreentrant subroutine
The legacy system relies on a nonreentrant subroutine that is not thread-safe.
нереентерабельная подпрограмма
Устаревшая система опирается на нереентерабельную подпрограмму, которая не является потокобезопасной.
nonreentrant implementation
The nonreentrant implementation caused data corruption when accessed by several threads.
нереентерабельная реализация
Нереентерабельная реализация привела к повреждению данных при одновременном доступе нескольких потоков.
nonreentrant behavior
Nonreentrant behavior is often a result of using shared global variables without protection.
нереентерабельное поведение
Нереентерабельное поведение часто возникает из-за использования общих глобальных переменных без защиты.

Verwandte Wörter