Noun
data race (plural data races) (programming) A problematic situation where one thread could potentially read or write a memory location while another thread is writing to it.