N头条>英语词典>deadlocks翻译和用法

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.
    1. They called for a compromise on all sides to break the deadlock in the world trade talks...
      他们呼吁各方作出让步以打破世界贸易谈判中的僵局。
    2. Peace talks between the two sides ended in deadlock last month.
      双方上个月的和平谈判陷入了僵局。

双语例句

  • For example, a deadlock event monitor can be used to monitor deadlocks.
    例如,一个死锁事件监控器可用于监控死锁。
  • Multithreading solves problems with throughput and responsiveness, but it can also introduce resource-sharing issues such as deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性的问题,但同时也带来了资源共享问题,如死锁和争用状态。
  • 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,它会调整锁列表大小以避免可能由此引起的锁升级和死锁。
  • Finalization can also introduce deadlocks.
    终结也可能导致死锁。
  • However, it can be a problem when the frequency or percentage of deadlocks is high.
    但是当死锁的频率或比例较高时容易出现问题。
  • These can be invaluable for debugging, as they can identify the source of deadlocks or other unexpected behaviors.
    这些对调试非常有价值,因为它们能标识死锁或者其他异常行为的来源。
  • Turning to the issue of locking, TPL Dataflow has an interesting design to avoid deadlocks.
    现在来谈谈锁的问题,为了避免死锁,TPLDataflow采用了一个很有趣的设计。
  • It's particularly useful for detecting symptoms of deadlocks, lock contention, memory leaks, and cycling threads.
    这种特性特别适用于检测死锁、锁竞争、内存泄漏和循环线程。
  • For catching deadlocks, you can create an event monitor for deadlocks.
    为了捕捉死锁,可以创建一个死锁事件监视器。
  • Minimize deadlocks by always accessing resources in the same order, throughout the application.
    在整个应用程序中,总是按相同次序访问资源可以最小化死锁。