A “race condition” occurs when exact order of execution between two threads (or between one or more interrupts and a thread) affects program correctness
Synonyms:
Data Race
Categories: Field Atlas
« Back to Glossary Index
A “race condition” occurs when exact order of execution between two threads (or between one or more interrupts and a thread) affects program correctness