Dokumentation
Waitingroom Class Reference
List of threads waiting for an event. More...
#include <sync/waitingroom.h>


Public Member Functions | |
Waitingroom () | |
Constructor. More... | |
virtual | ~Waitingroom () |
Destructor. More... | |
virtual void | remove (Thread *customer) |
Remove a given thread prematurely from the Waitingroom. More... | |
![]() |
Detailed Description
List of threads waiting for an event.
The class Waitingroom implements a list of threads that all wait for one particular event.
The destructor should be virtual to properly cleanup derived classes.
Constructor & Destructor Documentation
|
inline |
Constructor.
Creates an empty Waitingroom
|
virtual |
Destructor.
The destructor removes and awakes all remaining threads.
Member Function Documentation
|
virtual |
Remove a given thread prematurely from the Waitingroom.
The documentation for this class was generated from the following files:
- sync/waitingroom.h
- sync/waitingroom.cc