StuBS
|
Contains the class Spinlock. More...
Classes | |
class | Spinlock |
Using Spinlocks, it is possible to serialize blocks of code that might otherwise run in parallel on multiple CPU cores, or be interleaved due to interrupts or scheduling. More... | |
Contains the class Spinlock.