Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members
VCondition Class Reference
#include <VCondition.hpp>
Public Member Functions | |
| VCondition () | |
| Creates a condition variable. | |
| void | initialize () |
| Initialize condition variable. | |
| void | signal () |
| Send a signal to all waiting threads. | |
| void | broadcast () |
| Broadcast signal to all waiting threads. | |
| void | condWait () |
| Wait for a condition. | |
| void | condWait (pthread_mutex_t *mutex) |
| void | destroy () |
| Destroy condition object. | |
Detailed Description
- Author:
- Klaus Schoeffmann
Definition at line 60 of file VCondition.hpp.
The documentation for this class was generated from the following files: