atomic operation的意思
atomic operation中文翻譯:
原子操作
相似詞語短語
atomic power station───原子能發電站
police operation───警方行動
atomic power stations───原子能發電站
atomic absorption───原子吸收;原子吸收作用
logical operation───[計]邏輯操作,[計]邏輯運算
atomic weapon───[軍][核]原子武器
ground operation───地面作業
in operation───生效;運轉著
joint operation───[經管]聯合經營;[計]同時操作
雙語使用場景
Increments a specified variable and stores the result, as an atomic operation.───原子操作的形式遞增指定變量的值并存儲結果。
Increments a specified variable and stores the result, as an atomic operation.───以原子操作的形式遞增指定變量的值并存儲結果.
Decrements the specified variable and stores the result, as an atomic operation.───以原子操作的形式遞減指定變量的值并存儲結果.
Sets a variable to a specified value as an atomic operation.───以原子操作的形式將變量設置為指定的值.
This is clearly not an atomic operation.───這顯然不是一個原子操作。
On Solaris SPARC, atomic operation for locking can be implemented as the following.───在Solaris SPARC上,加鎖的原子操作可以如下實現。
英語使用場景
To acquire a spin lock, code on one CPU executes an atomic operation that tests and then sets a memory variable in such a way that no other CPU can access the variable until the operation completes.