#include <Fsf.h>
Public Member Functions | |
| CMutex () | |
| The mutex. | |
| ~CMutex () | |
| Destructor. | |
| void | lock () |
| Locks mutex. | |
| void | unlock () |
| Unlocks mutex. | |
Protected Attributes | |
| pthread_mutex_t | m_mutex |
Encapsulates PTHREAD mutex
| fsf::CMutex::CMutex | ( | ) | [inline] |
The mutex.
Default constructor
| fsf::CMutex::~CMutex | ( | ) | [inline] |
Destructor.
| void fsf::CMutex::lock | ( | ) | [inline] |
Locks mutex.
| void fsf::CMutex::unlock | ( | ) | [inline] |
Unlocks mutex.
pthread_mutex_t fsf::CMutex::m_mutex [protected] |
1.5.9