deadlock condition 中文意思是什麼

deadlock condition 解釋
死鎖條件
  • deadlock : 1. 停頓,停滯。2. 僵局。3. 沒有彈簧的鎖(break the deadlock 打開僵局。 come to a deadlock 陷於僵局)。
  • condition : n 1 狀態,狀況,情形;品質。2 〈pl 〉外界狀況,周圍情形。3 地位,身分。4 條件;【語法】條件子句。...
  1. A deadlock condition can result if the parent process calls

    避免產生死鎖情況。如果父進程在
  2. Since a nonempty stack is the condition that the first thread is waiting for, this is a deadlock

    由於第一個線程等待的是一個非空棧,這樣就會發生死鎖。
  3. After the deadlock condition is resolved,

    死鎖條件消除之後,
  4. The code example avoids a deadlock condition by calling

    該代碼示例通過在
  5. All recycling in the event of a deadlock condition is now controlled by the

    現在,當出現死鎖情況時,所有循環都將由
  6. The code example avoids the deadlock condition by performing asynchronous read operations on the

    流執行異步讀取操作避免產生死鎖情況。
  7. Alternately, you can avoid the deadlock condition by creating two threads and reading the output of each stream on a separate thread

    或者,您還可以通過創建兩個線程並讀取每個線程中每個流的輸出來避免產生死鎖情況。
  8. The deadlock condition results when the caller and child process wait on each other to complete an operation, and neither can proceed

    當調用方和子進程相互等待對方完成操作時,就會產生死鎖情況,使雙方都無法繼續執行操作。
分享友人