Home
last modified time | relevance | path

Searched refs:fetchAndStoreRelease (Results 1 – 25 of 113) sorted by relevance

12345

/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dsearchtask.h141 m_wasCanceled.fetchAndStoreRelease(Canceled); in setCancellation()
146 m_wasCanceled.fetchAndStoreRelease(NotCanceled); in resetCancellation()
161 m_progress.fetchAndStoreRelease(value); in releaseProgress()
H A Drendertask.h180 m_wasCanceled.fetchAndStoreRelease(force ? CanceledForcibly : CanceledNormally); in setCancellation()
185 m_wasCanceled.fetchAndStoreRelease(NotCanceled); in resetCancellation()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/arch/
H A Dqatomic_ia64.h127 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
212 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
297 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
436 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
562 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
656 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
783 return fetchAndStoreRelease(newValue); in fetchAndStoreOrdered()
H A Dqatomic_alpha.h234 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
405 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
530 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
581 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
H A Dqatomic_powerpc.h234 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
398 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
536 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
587 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
H A Dqatomic_sparc.h187 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
254 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
412 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue)
488 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue)
H A Dqatomic_m68k.h151 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
219 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
H A Dqatomic_avr32.h151 inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) in fetchAndStoreRelease() function
219 Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) in fetchAndStoreRelease() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/thread/
H A Dqbasicatomic.h118 int fetchAndStoreRelease(int newValue); in QT_MODULE()
201 T *fetchAndStoreRelease(T *newValue);
H A Dqatomic.h110 int fetchAndStoreRelease(int newValue); in QT_MODULE()
175 T *fetchAndStoreRelease(T *newValue);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqbasicatomic.h149 T fetchAndStoreRelease(T newValue) noexcept in fetchAndStoreRelease() function
150 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()
286 Type fetchAndStoreRelease(Type newValue) noexcept in fetchAndStoreRelease() function
287 { return Ops::fetchAndStoreRelease(_q_value, newValue); } in fetchAndStoreRelease()

12345