Which of the following statements is true?

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

Which of the following statements is true?

A.Operations on atomic integers do not require locking.

B.Operations on atomic integers do require additional locking.

C.Linux only provides the atomic_inc() and atomic_sub() operations.

D.Operations on atomic integers can be interrupted.

正确答案是A