A race condition ____.

分类: OS 发布时间: 2023-11-15 03:40 浏览量: 0

A race condition ____.

A.results when several threads try to access the same data concurrently

B.results when several threads try to access and modify the same data concurrently

C.will result only if the outcome of execution does not depend on the order in which instructions are executed

D.None of the above

正确答案是B