QtCore/qatomic_generic.h File Reference
#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE |
#define Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE |
#define Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE |
#define Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE |
#define Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE |
#define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE |
#define Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE |
Q_CORE_EXPORT bool QBasicAtomicInt_testAndSetOrdered |
( |
volatile int * |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
Q_CORE_EXPORT int QBasicAtomicInt_fetchAndStoreOrdered |
( |
volatile int * |
, |
|
|
int |
|
|
) |
| |
Q_CORE_EXPORT int QBasicAtomicInt_fetchAndAddOrdered |
( |
volatile int * |
, |
|
|
int |
|
|
) |
| |
Q_CORE_EXPORT bool QBasicAtomicPointer_testAndSetOrdered |
( |
void *volatile * |
, |
|
|
void * |
, |
|
|
void * |
|
|
) |
| |
Q_CORE_EXPORT void* QBasicAtomicPointer_fetchAndStoreOrdered |
( |
void *volatile * |
, |
|
|
void * |
|
|
) |
| |
Q_CORE_EXPORT void* QBasicAtomicPointer_fetchAndAddOrdered |
( |
void *volatile * |
, |
|
|
qptrdiff |
|
|
) |
| |
Go to the source code of this file.