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

双语例句

  • Deadlocks can also happen within a single thread.
    死锁也会发生在单独的线程中。
  • Monitor and resolve blocks and deadlocks.
    监测和解决障碍物和死锁。
  • This version of the program demonstrates a common source of deadlocks: programmer stupidity.
    这个版本的程序演示了一个产生死锁的一般来源:程序员的错误。
  • Avoid manual synchronization because that often leads to deadlocks and race conditions.
    避免手工的同步机制,应为这样容易导致死锁和竞态条件。
  • Running multiple ADMIN_COPY_SCHEMA procedures results in deadlocks.
    运行多个ADMINCOPYSCHEMA过程会导致死锁。
  • Programmers have to worry about scale, synchronisation, races, deadlocks and many other concurrency issues.
    程序员还在担心扩展性,同步,竞争,死锁等并发问题。
  • Multithreading solves problems with throughput and responsiveness, but in doing so it introduces new problems: 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,它会调整锁列表大小以避免可能由此引起的锁升级和死锁。
  • It's particularly useful for detecting symptoms of deadlocks, lock contention, memory leaks, and cycling threads.
    这种特性特别适用于检测死锁、锁竞争、内存泄漏和循环线程。
  • But the results are almost always more correct: fewer deadlocks and more production-safe code.
    但结果几乎总是正确的:更少的死锁和更加适合生产的代码。