QtCore/qatomic_bootstrap.h Source File
Go to the documentation of this file.
42 #ifndef QATOMIC_BOOTSTRAP_H
43 #define QATOMIC_BOOTSTRAP_H
88 if (_q_value == expectedValue) {
99 #endif // QATOMIC_BOOTSTRAP_H
bool testAndSetRelease(int expectedValue, int newValue)
int fetchAndAddRelaxed(int valueToAdd)
bool testAndSetOrdered(T *expectedValue, T *newValue)
bool testAndSetAcquire(int expectedValue, int newValue)
#define QT_BEGIN_NAMESPACE
bool testAndSetOrdered(int expectedValue, int newValue)