When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, it is called a "race condition".
When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, it is called a "race condition".