StuBS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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).