data race (0 synonym found)

We don't have any synonyms for data race yet.

Did you mean…

Think data race belongs in the thesaurus? Recommend it and we'll take a look.


Definition of data race:

(n) : (programming) A problematic situation where one thread could potentially read or write a memory location while another thread is writing to it.

Definition of data race:

(n) : (programming) A problematic situation where one thread could potentially read or write a memory location while another thread is writing to it.

Back to Top