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.
可再入的函數能被安全地遞歸調用或由多任務多次調用。