Public Member Functions | |
| LockGuard (pthread_mutex_t &m) | |
| ~LockGuard () | |
| LockGuard (pthread_mutex_t &m) | |
| ~LockGuard () | |
Private Attributes | |
| pthread_mutex_t & | fM |
| pthread_mutex_t & | fM |
Definition at line 41 of file TAtomicCountPthread.h.
| TAtomicCount::LockGuard::LockGuard | ( | pthread_mutex_t & | m | ) | [inline] |
| TAtomicCount::LockGuard::~LockGuard | ( | ) | [inline] |
| TAtomicCount::LockGuard::LockGuard | ( | pthread_mutex_t & | m | ) | [inline] |
| TAtomicCount::LockGuard::~LockGuard | ( | ) | [inline] |
pthread_mutex_t& TAtomicCount::LockGuard::fM [private] |
pthread_mutex_t& TAtomicCount::LockGuard::fM [private] |
Definition at line 43 of file TAtomicCountPthread.h.
1.5.1