中英
重入
/ chóng rù /
  • 简明
  • 新汉英
  • 网络释义
  • 专业释义
  • 1

     reentrant

    从以上输出可以看出,使用并发模式为重入(Reentrant)的回调契约测试成功,且在客户端调用服务端方法和服务端调用回调方法时发生了阻塞。

  • 2

     Reentrancy

    重入(Reentrancy):指对同步域拥有独占访问权的线程A调用了同步域之外对象的方法,此时另外的线程B若要访问该同步域,则线程A将释放对同步域的锁,...

  • 3

     reenter

    ... redirect (a. 再直接的 reenter (重入) reentrant (再重入的,再进入的) ...

短语
查看更多
  • 双语例句
  • 1
    记忆数据的状态会使函数不可重入
    Remembering the state of the data makes the function non-reentrant.
  • 2
    问题就是必须处理代码重入
    The problem has to do with code reentrance.
  • 3
    不可重入的函数不能由多个线程使用。
    Non-reentrant functions cannot be used by multiple threads.
查看更多