#include <qmutex_p.h>
Definition at line 53 of file qmutex_p.h.
QAtomicInt::QAtomicInt |
( |
int |
v = 0 | ) |
|
|
inline |
int QAtomicInt::fetchAndAdd |
( |
int |
valueToAdd | ) |
|
QAtomicInt::operator int |
( |
| ) |
const |
|
inline |
bool QAtomicInt::operator! |
( |
| ) |
const |
|
inline |
bool QAtomicInt::operator== |
( |
int |
value | ) |
const |
|
inline |
bool QAtomicInt::testAndSet |
( |
int |
expectedValue, |
|
|
int |
newValue |
|
) |
| |
Definition at line 95 of file qmutex_unix.cpp.
97 bool returnValue =
false;
static pthread_mutex_t qAtomicMutex
volatile int QAtomicInt::m_value |
|
private |
The documentation for this class was generated from the following files: