"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
- Use reentrant functions for safer signal handling
使用可重入函數進行更安全的信號處理 - Must not call any non - reentrant functions
絕不調用任何不可重入函數。 - Non - reentrant functions and static variables
不可重入函數和靜態(tài)變量 - Non - reentrant functions cannot be used by multiple threads
不可重入的函數不能由多個線程使用。 - Must not call non - reentrant functions
絕對不調用不可重入的函數。 - Signals and non - reentrant functions
信號和不可重入函數 - Defines reentrancy and includes a posix listing of a reentrant function
定義了可重入性,并包含一個可重入函數的posix清單。 - A reentrant function
可重入函數: - Moreover , it may be impossible to make a non - reentrant function thread - safe
另外,或許不可能讓某個不可重入的函數是線程安全的。 - A reentrant function can be safely called recursively or from multiple tasks
可再入的函數可以被安全地遞歸調用或由多任務多次調用。