reentrant
基本解释
- adj.重新进入的;凹入的
- n.凹角;凹入部分
英汉例句
- Thus, the event handler should be reentrant.
因此,事件处理程序应当是可重入的。 - Stack Space for reentrant functions in the LARGE model.
LARGE模式下的重入函数的堆栈空间。 - Defines reentrancy and includes a POSIX listing of a reentrant function.
定义了可重入性,并包含一个可重入函数的POSIX清单。 - This function is not reentrant, because it stores the state of the variables.
这个函数是不可重入的,因为它存储变量的状态。 - A reentrant function can be safely called recursively or from multiple tasks.
可再入的函数能被安全地递归调用或由多任务多次调用。