StuBS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.