spin-lock
常见例句
- It acquires the spin lock and begins its access.
他守护旋转锁并且开始其访问。 - To prevent chaos, we associate a spin lock with this “resource.
为了防止混乱,我们用这个资源联合一个旋转锁。 - 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.
我想要很清楚地(说明):一个旋转锁和一个共享资源是如何被关连在一起的。 - As I'll discuss later in this chapter, queue access occurs under protection of a spin lock, and that carries with it execution at DISPATCH_LEVEL.
就像在这章后面我将要讨论的一样,队列访问发生在一个旋转锁的保护之下,并且它在DISPATCH_LEVEL上来执行。 - To help you synchronize access to shared data in the symmetric multiprocessing world of Windows XP, the kernel lets you define any number of spin lock objects.
为了帮助你同步访问在WindowsXP均衡多处理器世界中共享的数据,内核让你定义任意数目的旋转锁对象。 返回 spin-lock