Piektdiena, 15. novembris   Šī ir funkcionējoša termini.lza.lv versija. Apmeklējiet arī Latvijas Nacionālo terminoloģijas portālu.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Akadēmiskā terminu datubāze AkadTerm

 Palīdzība
Izmantojiet zvaigznīti * vārda daļu meklēšanai (piemēram, dator* vai *pratība)
Jūs meklējāt concurrence
Atrasti 78 termini

  1. EN race condition
    LV sacensību nosacījums
    RU состояние гонки
    DE Racebedingung
    FR condition de concurrence
    Definīcija: A condition in which two or more threads can reach and execute a block of code, and the program outcome changes radically depending on which thread reaches the code first. A race condition is benign if all outcomes are valid. However, race conditions can be associated with synchronization errors that can result in one process interfering with another process and possibly introduce a vulnerability. Frequently, a potential outcome of a race condition leaves the program in an unstable or invalid state.
    Microsoft Terminology 2023. Entry from the Microsoft Language Portal.
    © 2023 Microsoft Corporation. All rights reserved.