A-A+

occurs when a series of synchronization object

2022-08-06 03:28:07 问答库 阅读 175 次

问题详情

occurs when a series of synchronization objects we held in a preemptive system inSuch a way that no process can move forwar
A.Spin Lock
B.Mutex
C.Deadlock
D.Schedule请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:C
死锁发生在当一系列同步操作发生时,但并没有任何进程可以向前执行的时候。

考点: