spinlocks
美
英 
例句
Spinlocks are less commonly used at the user-level.
轮转锁在用户级中很少用到。
I've used a combination of mutexes and spinlocks to keep things synchronized.
我使用互斥体和自旋锁(spinlock)的组合方案来保证同步。
Spinlocks are used frequently in the Linux kernel itself.
Linux内核中大量用到了轮转锁。
Spinlocks should never be used on uniprocessor machines. Why is this?
轮转锁在单处理器机器上不能使用。这是为什么呢?