PTLib
Version 2.10.11
|
#include <critsec.h>
Public Types | |
typedef int | IntegerType |
Public Member Functions | |
~PAtomicBase () | |
Destroy the atomic integer. More... | |
Protected Member Functions | |
PAtomicBase (IntegerType value) | |
Protected Attributes | |
pthread_mutex_t | m_mutex |
IntegerType | m_value |
typedef int PAtomicBase::IntegerType |
|
explicitprotected |
Referenced by PAtomicBoolean::TestAndSet().
__inline PAtomicBase::~PAtomicBase | ( | ) |
Destroy the atomic integer.
Referenced by PAtomicBoolean::TestAndSet().
|
protected |
Referenced by PAtomicBoolean::TestAndSet().
|
protected |
Referenced by PAtomicInteger::operator++(), PAtomicInteger::operator--(), and PAtomicBoolean::TestAndSet().