reentrant functions meaning in English
可重入函数
Examples
- Signals and non - reentrant functions
信号和不可重入函数 - Defines reentrancy and includes a posix listing of a reentrant function
定义了可重入性,并包含一个可重入函数的posix清单。 - A reentrant function
可重入函数: - Moreover , it may be impossible to make a non - reentrant function thread - safe
另外,或许不可能让某个不可重入的函数是线程安全的。 - A reentrant function can be safely called recursively or from multiple tasks
可再入的函数可以被安全地递归调用或由多任务多次调用。