当多个线程同时请求相同的系统资源时,程序可能会陷入死锁状态。

The program got deadlocked when several threads tried to use the same system resource at once.

点击显示答案

The program got deadlocked when several threads tried to use the same system resource at once.

deadlocked 是动词 deadlock 的过去分词形式。deadlock 由 dead("死的")和 lock("锁定")组成,字面意思是"死锁",指计算机程序中多个线程互相等待对方释放资源而无法继续执行的状态。

在 App 中完整学习这张卡片

在 App 中学习