您要查找的是不是:
- In order to avoid a race condition with. 來(lái)避免爭用狀態(tài)。
- This problem occurs because of a race condition. 此問(wèn)題是由競爭狀態(tài)。
- A simple example of a race condition is incrementing a field. 爭用條件的一個(gè)簡(jiǎn)單例子是遞增一個(gè)字段。
- If not, a race condition would occur between the two threads. 如果新線(xiàn)程未終止,則這兩個(gè)線(xiàn)程之間會(huì )出現爭用情況。
- Use of this circuit property may eliminate undesirable race condition. 利用電路的這個(gè)特征,可以消除不必要的競爭現象。
- The code example for this topic shows one way to prevent the race condition. 此主題的代碼示例演示了一種防止爭用條件的方法。
- The use of this circuit property may eliminate undesirable race condition. 利用電路的這個(gè)特征,可以消除不必要的競爭現象。
- Race conditions can also occur in signal handling. 在信號中也會(huì )發(fā)生競爭條件。
- Race conditions are only an issue where interrupts and/or preemption are possible and where critical sections exist. 競爭狀態(tài)僅僅有一種情況下產(chǎn)生,在此處中斷或(和)優(yōu)先搶占是充許的并且有一個(gè)臨界區存在。
- Race conditions are only an issue where interrupts and/ or preemption are possible and where critical sections exist. 競爭狀態(tài)僅僅有一種情況下產(chǎn)生,在此處中斷或()先搶占是充許的并且有一個(gè)臨界區存在。
- Otherwise, you have a race condition, and the behavior of your code is unpredictable. 否則,將出現爭用條件,而且您的代碼的行為將不可預測。
- The example code for the Stop method shows one way to avoid this race condition. Stop方法的示例代碼演示了一種避免此爭用條件的方法。
- There must be no critical races when the circuit is operated in fundamental mode. 當電路按基本方式工作時(shí),必須沒(méi)有臨界競爭存在。
- This is called a race condition and is a common issue in multithreaded programming. 這叫做“爭用條件”,是多線(xiàn)程編程中常見(jiàn)的一個(gè)問(wèn)題。
- This race condition can cause inaccurate results to be reported and can cause corruption of data. 這種爭用狀態(tài)可能導致報告的結果不準確并可能導致數據損壞。
- This situation is called a race condition and is a common concern in multithreaded programming. 這種情況被稱(chēng)作爭用狀態(tài),它是多線(xiàn)程編程中的常見(jiàn)問(wèn)題。
- Copy a delegate to a local variable before publishing to avoid concurrency race condition. 使用前將委托復制到局部變量,以避免并發(fā)沖突。
- A race condition is a bug that occurs when the outcome of a program depends on which of two or more threads reaches a particular block of code first. 爭用條件是當程序的結果取決于兩個(gè)或更多個(gè)線(xiàn)程中的哪一個(gè)先到達某一特定代碼塊時(shí)出現的一種bug。
- This could cause a race condition if another process or even another part of the code is trying to write to the counter instance. 如果有其他進(jìn)程(甚至代碼的其他部分)在嘗試在計數器實(shí)例中寫(xiě)入內容,可能會(huì )形成爭用條件。
- When the outcome of some computation depends on how two or more processes are scheduled, the code is incorrect. We say that there is a race condition. 當計算結果依賴(lài)于兩個(gè)或更多進(jìn)程被調度的順序,我們說(shuō)這段代碼是錯的,這種情況被稱(chēng)為競態(tài)條件,也叫競態(tài)或競爭。