青年中文青年中文

spin lock的意思

spin lock中文翻譯:

自旋鎖

旋轉鎖

相似詞語短語

spin───n.旋轉;疾馳;vt.使旋轉;紡紗;編造;結網;vi.旋轉;紡紗;吐絲;暈眩

lock lock───鎖定

spin it───旋轉它

lock───n.鎖;車鎖;(機器部件等的)鎖定;前輪轉向角度;船閘;一縷頭發;(并列爭球的)第二排前鋒;(對某物的)完全控制;(摔跤及武術用語)抱,夾;(交通)堵塞;完全轉向;槍栓;毛撮;n.(Lock)(美)洛克(人名);v.(用鎖)鎖上;被鎖住;把……鎖起來;(使)固定;陷入;被緊緊抓住(或抱住);加鎖;過船閘

lydian spin───呂迪安旋轉

spin master───旋轉大師

unique spin───獨特的旋轉

spin doctor───起導向作用者;大話精;n.(善于公關、為政黨出謀劃策的)媒體顧問,輿論導向專家

spin kingpin───旋轉主銷

雙語使用場景

Spin locks work well in cases where lock durations are very short.───當鎖被占有的時間很短時,自旋鎖的效果非常好。

Yes folks, there is a pseudo-spin lock and call to Threading.Sleep in there.───是的,各位讀者請注意,這里存在一個偽自循環鎖(pseudo-spin lock),并調用了Threading.Sleep。

We decide that we will access the resource only while owning the spin lock.───我們將要訪問的只有具有旋轉鎖的資源。

I want to be very clear about how a spin lock and a shared resource come to be associated.───我想要很清楚地(說明):一個旋轉鎖和一個共享資源是如何被關連在一起的。

First is the spin_lock and spin_unlock variant shown in Listing 6.───清單6中顯示了spin_lock和spin_unlock變量。

The spin_lock_irqsave function acquires the spinlock and disables interrupts on the local processor (in the SMP case).───spin_lock_irqsave函數需要自旋鎖,并且在本地處理器(在SMP情形中)上禁用中斷。

selecttech dumbbells . If your budget is a factor you can purchase a standard size spin lock dumbbell set.───如果您的預算是其中一個因素,你可以購買一個標準尺寸的自旋鎖啞鈴內容。

英語使用場景

To prevent chaos, we associate a spin lock with this " resource. "

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.

We decide that we will access the resource only while owning the spin lock.

It acquires the spin lock and begins its access.

Figure 4 - 3 illustrates the concept of using a spin lock.

Figure 4 - 3 . Using a spin lock to guard a shared resource.