StuBS
spinlock.h File Reference

Contains the class Spinlock. More...

#include "machine/core.h"
#include "machine/cache.h"
Include dependency graph for spinlock.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Spinlock
 By the use of Spinlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores. More...
 

Functions

 assert_cache_aligned (Spinlock)
 

Detailed Description

Contains the class Spinlock.

Function Documentation

◆ assert_cache_aligned()

assert_cache_aligned ( Spinlock  )