Aufgabe 6: Synchronisation

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
 By the use of Ticketlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores. More...
 

Functions

 assert_cache_aligned (Ticketlock)
 

Detailed Description

Contains the class Ticketlock.