Home
last modified time | relevance | path

Searched defs:QAtomicOps (Results 1 – 19 of 19) sorted by relevance

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqatomic_bootstrap.h55 template <typename T> struct QAtomicOps: QGenericAtomicOps<QAtomicOps<T> > struct
57 typedef T Type;
59 static bool ref(T &_q_value) noexcept in ref()
63 static bool deref(T &_q_value) noexcept in deref()
79 static T fetchAndStoreRelaxed(T &_q_value, T newValue) noexcept in fetchAndStoreRelaxed()
87 T fetchAndAddRelaxed(T &_q_value, AdditiveType valueToAdd) noexcept in fetchAndAddRelaxed()