
Classes | |
class | Bell |
Synchronization object allowing to sleep for given timespanA bell is a synchronization object enabling one or more threads to sleep for a particular timespan. More... | |
class | Bellringer |
Manages and activates time-triggered activities. More... | |
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... | |
class | Waitingroom |
List of threads waiting for an event. More... | |
The IPC subsystem provides a synchronization interface for the thread abstraction level. This synchronization includes synchronization between threads (semaphores), as well as with their surroundings (bells).