Expand description
A simple spinlock.
This is a simple spinlock. It is not a fair lock, and it does not provide any way to sleep the current thread if the lock is not available.
A simple spinlock.
This is a simple spinlock. It is not a fair lock, and it does not provide any way to sleep the current thread if the lock is not available.