#include <mutex.H>
Public Member Functions | |
CConditionalUnlockMutexAtDestruction (CMutex &myMutex, const bool initial_condition) | |
~CConditionalUnlockMutexAtDestruction () | |
void | set_condition (const bool new_condition=true) |
Private Attributes | |
CMutex & | mutex |
bool | condition |
Definition at line 128 of file mutex.H.
CConditionalUnlockMutexAtDestruction::CConditionalUnlockMutexAtDestruction | ( | CMutex & | myMutex, | |
const bool | initial_condition | |||
) | [inline] |
CConditionalUnlockMutexAtDestruction::~CConditionalUnlockMutexAtDestruction | ( | ) | [inline] |
void CConditionalUnlockMutexAtDestruction::set_condition | ( | const bool | new_condition = true |
) | [inline] |
Definition at line 137 of file mutex.H.
References condition, mutex, and CMutex::unlock().
bool CConditionalUnlockMutexAtDestruction::condition [private] |