class CAVERNts_mutex_c Mutual exclusion class
|
| CAVERNts_mutex_c () Construct for a CAVERN mutual exclusion object. |
|
| lock () Lock the mutex object. |
|
| unlock () Unlock mutex object. |
|
| setMutexDebug (CAVERNts_mutex_c::mutexDebug_t stat) Turn mutex debug messages on or off. |
|
| setMutexDebugMesg (char *msg) Set the debug message to print whenever lock and unlock is performed. |
|
| ~CAVERNts_mutex_c () Destructor for a CAVERN mutual exclusion object. |
|
| getMutex () Return the handle to the mutex variable. |
Mutual exclusion class.This class encapsulates mutual exclusion in a C++ object.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de