|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Mutual Exclusion lock.
Field Summary | |
pthread_mutex_t |
m_Mutex
|
Constructor Summary | |
inline CMutex()
|
|
inline ~CMutex()
|
Method Summary | |
inline void |
Lock()
Atomically wait for the mutex to become unlocked, then lock it. |
inline void |
Unlock()
Unlock the mutex. |
Field Detail |
public pthread_mutex_t m_Mutex;
Constructor Detail |
public inline CMutex();
public inline ~CMutex();
Method Detail |
public inline void Lock();
public inline void Unlock();
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |