reentrant functions的意思|示意

美 / / 英 / /

可重入函数


reentrant functions的网络常见释义

可重入函数 可重入函数(reentrant functions)的意思是:函数在多次被调用时不会由于并发而出现不安全的动作。Wikipedia上对可重入函数的特征描述[ 5]为:

可重入性函数 转:可重入性函数(reentrant functions)_月光疾风_新浪博客,月光疾风,杂谈...

再入函数 第十章*信号(六)--再入函数(Reentrant Functions)

reentrant functions相关短语

1、 explicitly reentrant functions 显式可重入函数

2、 Must not call non-reentrant functions 不能调用不可重入函数

reentrant functions相关例句

Reentrant functions either use local variables or protect their data when global variables are used.

可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。

I would like to propose a model for dealing with reentrant functions at the compiler level.

我将提出一个在编译器层次处理可重入函数的模型。

Non-reentrant functions cannot be used by multiple threads.

不可重入的函数不能由多个线程使用。

Must not call non-reentrant functions?

绝对不调用不可重入的函数。

Non-reentrant functions and static variables.

不可重入函数和静态变量。

The rest of the functions are non-reentrant because of any of the following.

出于以下任意某个原因,其余函数是不可重入的。