reentrancy
美
英 
例句
This article describes some potential problems due to non-reentrancy of the function in parallel and concurrent programming.
本文描述了在并行和并發程序設計中函數的不可重入性導致的一些潛在問題。
in this article , learn through code samples how anomalies can result if reentrancy is not ensured , especially with regard to signals.
在本文中,通過示例代碼了解如果可重入性不能得到保證會產生何種異常,尤其要注意信號。
Providing output storage by the calling function ensures the reentrancy of the function.
由進行調用的函數準備輸出存儲空間確保了函數的可重入性。
Sticking to these five best practices will help you maintain reentrancy in your programs.
理解這五條最好的經驗將幫助您保持程序的可重入性。
Defines reentrancy and includes a POSIX listing of a reentrant function
定義了可重入性,并包含一個可重入函數的POSIX清單。
Suggests ways to ensure reentrancy of the underlying function
指出了確保底層函數的可重入性的方法。
Dealing with reentrancy at the compiler level
在編譯器層次處理可重用性