Aufgabe 7: Anwendung
IPC Subsystem
Classes | |
| class | Bell |
| Synchronization object allowing to sleep for given timespan. More... | |
| class | Bellringer |
| Manages and activates time-triggered activities. More... | |
| class | Semaphore |
| Semaphore used for synchronization of threads. More... | |
| class | Waitingroom |
| List of threads waiting for an event. More... | |
Detailed Description
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).