• Defines reentrancy and includes a POSIX listing of a reentrant function.

    定义了可重性,包含一个可重函数POSIX清单

    youdao

  • A reentrant function can be safely called recursively or from multiple tasks.

    可再函数可以安全地递归调用由多任务多次调用。

    youdao

  • A reentrant function can be interrupted at any time and resumed at a later time without loss of data.

    函数可以任意时刻中断,稍后继续运行,不会丢失数据。

    youdao

  • Note that this follows a standard convention for the naming of reentrant function by suffixing the function name with "_r".

    注意这里遵循标准惯例通过函数添加“_ r”后缀来命名可重入函数。

    youdao

  • Due to the asynchronous nature of signals, it is difficult to point out the bug caused when a signal-handling function triggers a non-reentrant function.

    由于信号本质上异步,所以难以找出信号处理函数触发某个不可重入函数时导致bug

    youdao

  • You can implement the reentrant version of this function by changing the prototype of the function. This listing provides storage for the output string

    通过修改函数原型可以实现这个函数的可重入版本

    youdao

  • Returning a pointer to static data may cause a function to be non-reentrant.

    返回指向静态数据指针可能会导致函数不可重入。

    youdao

  • If a function USES and modifies an object that you supply, it is potentially non-reentrant; two calls can interfere if they use the same object.

    如果某个函数使用修改了提供的某个对象那它可能就是不可重的;如果两个调用使用同一对象,那么它们相互干扰

    youdao

  • Remembering the state of the data makes the function non-reentrant.

    记忆数据状态使函数不可重入

    youdao

  • If the underlying function is in the middle of a critical section and a signal is generated and handled, this can cause the function to be non-reentrant.

    如果底层函数处于关键部分并且生成处理信号,那么可能导致函数不可重入。

    youdao

  • To make it reentrant, the static data, the index variable, needs to be maintained by the caller. The reentrant version of the function could be implemented like this.

    为了静态数据,即index需要调用者维护

    youdao

  • To make it reentrant, the static data, the index variable, needs to be maintained by the caller. The reentrant version of the function could be implemented like this.

    为了静态数据,即index需要调用者维护

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定