spinlocks

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?

轮转处理器机器不能使用什么呢?