Inicio > Term: data race
data race
In multithreading, a situation where two or more threads simultaneously access a shared resource. The results are indeterminate depending on the order in which the threads accessed the resource. This situation, called a data race, can produce different results when a program is run repeatedly with the same input. See also mutual exclusion, mutex lock, semaphore lock, single-lock strategy, spin lock.
- Parte del discurso: noun
- Industria/ámbito: Ordenador
- Categoría: Terminales de trabajo
- Company: Sun
0
Creador
- Shemayah
- 100% positive feedback