您要查找的是不是:
- race condition ranging 运行条件调准
- In order to avoid a race condition with. 来避免争用状态。
- This problem occurs because of a race condition. 此问题是由竞争状态。
- A simple example of a race condition is incrementing a field. 争用条件的一个简单例子是递增一个字段。
- If not, a race condition would occur between the two threads. 如果新线程未终止,则这两个线程之间会出现争用情况。
- Use of this circuit property may eliminate undesirable race condition. 利用电路的这个特征,可以消除不必要的竞争现象。
- The code example for this topic shows one way to prevent the race condition. 此主题的代码示例演示了一种防止争用条件的方法。
- Race conditions can also occur in signal handling. 在信号中也会发生竞争条件。
- The use of this circuit property may eliminate undesirable race condition. 利用电路的这个特征,可以消除不必要的竞争现象。
- Their condition ranged from pallid shock to profane defiance. 有的吓得脸无人色,有的天不怕地不怕。
- Otherwise, you have a race condition, and the behavior of your code is unpredictable. 否则,将出现争用条件,而且您的代码的行为将不可预测。
- The team launched their boats and went training Sunday January 6th in pleasant wind conditions ranging from 8 to 15 knots. 上周末1月6号,风力8到15节,两艘帆船顺利下水并在的极佳的天气条件下进行了训练。
- The example code for the Stop method shows one way to avoid this race condition. Stop方法的示例代码演示了一种避免此争用条件的方法。
- This is called a race condition and is a common issue in multithreaded programming. 这叫做“争用条件”,是多线程编程中常见的一个问题。
- This race condition can cause inaccurate results to be reported and can cause corruption of data. 这种争用状态可能导致报告的结果不准确并可能导致数据损坏。
- This situation is called a race condition and is a common concern in multithreaded programming. 这种情况被称作争用状态,它是多线程编程中的常见问题。
- Copy a delegate to a local variable before publishing to avoid concurrency race condition. 使用前将委托复制到局部变量,以避免并发冲突。
- 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. 争用条件是当程序的结果取决于两个或更多个线程中的哪一个先到达某一特定代码块时出现的一种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. 如果有其他进程(甚至代码的其他部分)在尝试在计数器实例中写入内容,可能会形成争用条件。
- 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. 当计算结果依赖于两个或更多进程被调度的顺序,我们说这段代码是错的,这种情况被称为竞态条件,也叫竞态或竞争。