race condition信息详情

race condition发音

意思翻译

竞争条件;[计]竞态条件;紊乱情况

相似词语短语

condition───n.条件;情况;环境;身份;vt.决定;使适应;使健康;以…为条件

operating condition───运行状态,运行条件;操作规范;运行条件,运转状态; 工作状况[条件]; 操作规范[条件]; 操纵[控制]条件

dry condition───干工况

race───vt.使参加比赛;和…竞赛;使急走,使全速行进;n.属,种;种族,人种;家庭,门第;赛事,赛跑;vi.比速度,参加竞赛;全速行进;n.(Race)人名;(英)雷斯;(塞)拉采

race by race───一个种族一个种族

rare condition───罕见的情况

unfavorable condition───不利条件;处境不利

heart condition───n.心脏病;心脏病(电影名)

serious condition───严重的情况

双语使用场景

This is a race condition that is undesirable.───这是一种不利的竞态条件。

No problem. We've easily fixed our race condition.───这样,我们就容易地解决了这个竞态条件问题。

I mentioned a race condition when the trigger fires.───我在前面提到触发器触发时会出现一个比赛情况。

Many programs intended to be secure have had a vulnerability called a time of check - time of use (TOCTOU) race condition.───有很多确定为安全的程序都存在称为“timeofcheck-timeofuse”(TOCTOU)的竞争条件缺陷。

This could cause a race condition if another process or even another part of the code is trying to write to the counter instance.───如果有其他进程(甚至代码的其他部分)在尝试在计数器实例中写入内容,可能会形成争用条件。

Earlier, this article referred to a subtle potential race condition in the original program.───这篇文章的前面曾经提到过原始程序中的一个微妙的潜在的竞态条件。

This situation is called a race condition and is a common concern in multithreaded programming .───这种情况被称作争用状态,它是多线程编程中的常见问题。

If method register is invoked simultaneously by multiple threads, it could result in a race condition leading to an incorrect _set value.───如果方法register同时由多个线程调用,那么它会产生一个竞争状态,导致出现错误的_set值。

Linux provides DuoZhong solve a race condition the question way, the way of the scene suitable for different applications.───Linux提供了多种解决竞态问题的方式,这些方式适合不同的应用场景。

英语使用场景

Copy a delegate to a local variable before publishing to avoid concurrency race condition.

Use of this circuit property may eliminate undesirable race condition.

There isn't a single standard terminology for these mistakes, but there are common phrases such as "failing to validate input," "buffer overflow," "race condition," and so on.

A race condition occurs when two or more threads manipulate a shared data item and the result depends upon timing of the execution.

Make named kernel objects version-specific so that a race condition does not occur.