deadlocks
英 [ˈdɛdlɒks]
美 [ˈdɛˌdlɑks]
n. 僵持; 僵局; 相持不下; 需用钥匙开关的门锁
deadlock的第三人称单数和复数
柯林斯词典
- N-VAR 僵局;僵持
If a dispute or series of negotiations reachesdeadlock, neither side is willing to give in at all and no agreement can be made.- They called for a compromise on all sides to break the deadlock in the world trade talks...
他们呼吁各方作出让步以打破世界贸易谈判中的僵局。 - Peace talks between the two sides ended in deadlock last month.
双方上个月的和平谈判陷入了僵局。
- They called for a compromise on all sides to break the deadlock in the world trade talks...
双语例句
- We can process both types of exceptions, the threshold exceptions that are user-defined and the event exceptions for deadlocks.
我们可以处理两种类型的异常:用户定义的阈值异常和针对死锁的事件异常。 - Deadlocks can also happen within a single thread.
死锁也会发生在单独的线程中。 - These can be invaluable for debugging, as they can identify the source of deadlocks or other unexpected behaviors.
这些对调试非常有价值,因为它们能标识死锁或者其他异常行为的来源。 - The default for DB29 is to use the STMM, which adjusts the locklist size to normally prevent attempted lock escalation and deadlocks that might result from this.
默认情况下DB29使用了STMM,它会调整锁列表大小以避免可能由此引起的锁升级和死锁。 - Minimize deadlocks by always accessing resources in the same order, throughout the application.
在整个应用程序中,总是按相同次序访问资源可以最小化死锁。 - This article, the final installment in this four-part series, examines class loader deadlocks and constraint violations.
本文是本系列中的四篇文章的最后一篇,它研究了类装入器死锁和约束违反。 - The lock escalations, lock timeouts and deadlocks will indicate some potential problems in your system or application.
锁升级、锁超时和死锁将表明系统或应用程序中存在某些潜在问题。 - This version of the program demonstrates a common source of deadlocks: programmer stupidity.
这个版本的程序演示了一个产生死锁的一般来源:程序员的错误。 - The graph must be acyclic to avoid program scheduling deadlocks.
这个图必须是无环的,以避免造成调度上的死锁。 - Multithreading solves problems with throughput and responsiveness, but in doing so it introduces new problems: deadlocks and race conditions.
多线程处理解决了吞吐量和响应性问题,但引入此功能会带来新的问题:死锁和争用条件。