reentrancy
美
英 
例句
This article describes some potential problems due to non-reentrancy of the function in parallel and concurrent programming.
本文描述了在并行和并发程序设计中函数的不可重入性导致的一些潜在问题。
in this article , learn through code samples how anomalies can result if reentrancy is not ensured , especially with regard to signals.
在本文中,通过示例代码了解如果可重入性不能得到保证会产生何种异常,尤其要注意信号。
Providing output storage by the calling function ensures the reentrancy of the function.
由进行调用的函数准备输出存储空间确保了函数的可重入性。
Sticking to these five best practices will help you maintain reentrancy in your programs.
理解这五条最好的经验将帮助您保持程序的可重入性。
Defines reentrancy and includes a POSIX listing of a reentrant function
定义了可重入性,并包含一个可重入函数的POSIX清单。
Suggests ways to ensure reentrancy of the underlying function
指出了确保底层函数的可重入性的方法。
Dealing with reentrancy at the compiler level
在编译器层次处理可重用性