StuBS
Loading...
Searching...
No Matches
spinlock.h File Reference

Contains the class Spinlock. More...

#include "machine/core.h"
#include "machine/cache.h"
Include dependency graph for spinlock.h:

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...
 

Detailed Description

Contains the class Spinlock.