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

Contains the class Ticketlock. More...

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

Classes

class  Ticketlock
 Using Ticketlocks, 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 Ticketlock.