找词语>英语词典>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.
      双方上个月的和平谈判陷入了僵局。

双语例句

  • We can process both types of exceptions, the threshold exceptions that are user-defined and the event exceptions for deadlocks.
    我们可以处理两种类型的异常:用户定义的阈值异常和针对死锁的事件异常。
  • Many methods of the managed threading classes provide time-outs to help you detect deadlocks.
    托管线程处理类的许多方法都提供了超时设定,可帮您检测到死锁。
  • 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,它会调整锁列表大小以避免可能由此引起的锁升级和死锁。
  • The graph must be acyclic to avoid program scheduling deadlocks.
    这个图必须是无环的,以避免造成调度上的死锁。
  • For catching deadlocks, you can create an event monitor for deadlocks.
    为了捕捉死锁,可以创建一个死锁事件监视器。
  • Multithreading solves problems with throughput and responsiveness, but in doing so it introduces new problems: deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性问题,但引入此功能会带来新的问题:死锁和争用条件。
  • The ability to suspend a thread may appear a simple operation, but it can cause deadlocks.
    挂起线程的功能看起来是简单操作,但可引起死锁。
  • Finalization can also introduce deadlocks.
    终结也可能导致死锁。
  • Multithreading solves problems with throughput and responsiveness, but it can also introduce resource-sharing issues such as deadlocks and race conditions.
    多线程处理解决了吞吐量和响应性的问题,但同时也带来了资源共享问题,如死锁和争用状态。
  • Deadlocks arise when two sessions are both waiting for access to resources locked by the other.
    当两个会话同时等待访问由其他会话锁定的资源时,便会发生死锁。