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