42 #ifndef QATOMIC_BOOTSTRAP_H 43 #define QATOMIC_BOOTSTRAP_H 99 #endif // QATOMIC_BOOTSTRAP_H
#define QT_END_NAMESPACE
This macro expands to.
bool testAndSetOrdered(T *expectedValue, T *newValue)
bool testAndSetAcquire(int expectedValue, int newValue)
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_INLINE_TEMPLATE
bool testAndSetOrdered(int expectedValue, int newValue)
bool testAndSetRelease(int expectedValue, int newValue)
int fetchAndAddRelaxed(int valueToAdd)