Which of the following would be an acceptable signal handling sc

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

Which of the following would be an acceptable signal handling scheme for a multithreaded program?

A.Deliver the signal to the thread to which the signal applies.

B.Deliver the signal to every thread in the process.

C.Deliver the signal to only certain threads in the process.

D.All of the above

正确答案是D