9 ms·
If there is only one process, then no spinlock contention, so no problem. The problem comes with multiple processes competing for the lock.
by mmckeen 12y ago
If there is only one process, then no spinlock contention, so no problem.
The problem comes with multiple processes competing for the lock.