再入的 meaning in English
reentrant
Examples
- A reentrant function can be safely called recursively or from multiple tasks
可再入的函数可以被安全地递归调用或由多任务多次调用。 - The key to * * code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers
使代码可再入的关键在于确保在访问全局变量或共享寄存器时互斥现象发生。 - The key to making code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers
使代码可再入的关键在于确保在访问全局变量或共享寄存器时互斥现象发生。