青年中文青年中文

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.