Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
semaphore.h File Reference

Semaphore for synchronization of threads. More...

#include "sync/waitingroom.h"
Include dependency graph for semaphore.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Semaphore
 Semaphore used for synchronization of threads.The class Semaphore implements the concept of counting semaphores. The waiting list is provided by the base class Waitingroom. More...
 

Detailed Description

Semaphore for synchronization of threads.