data race

短语

词形变化

data races 复数 data races

释义与例句

n.
  1. 1.

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

    计算机 工程 数学