#include <thread.h>

Definition at line 78 of file thread.h.
Public Member Functions | |
| cmn_MutexLock (cmn_Mutex &a_mutex) | |
| cmn_MutexLock object requires a mutex object in constructor and does a Lock for that object. | |
| ~cmn_MutexLock () | |
| The destructor ~cmn_MutexLock unlocks the mutex automatically. | |
Private Member Functions | |
| cmn_MutexLock (const cmn_MutexLock &) | |
| cmn_MutexLock & | operator= (const cmn_MutexLock &) |
Private Attributes | |
| cmn_Mutex & | m_mutex |
| log_CLASSID_m | |
| cmn_MutexLock::cmn_MutexLock | ( | cmn_Mutex & | a_mutex | ) | [inline] |
| cmn_MutexLock::~cmn_MutexLock | ( | ) | [inline] |
| cmn_MutexLock::cmn_MutexLock | ( | const cmn_MutexLock & | ) | [private] |
| cmn_MutexLock& cmn_MutexLock::operator= | ( | const cmn_MutexLock & | ) | [private] |
cmn_Mutex& cmn_MutexLock::m_mutex [private] |
cmn_MutexLock::log_CLASSID_m [private] |
1.5.6