List of All Members for QAtomicInt
This is the complete list of members for
QAtomicInt
, including inherited members.
QAtomicInt
(int)
QAtomicInt
(const QAtomicInt &)
deref
() : bool
fetchAndAddAcquire
(int) : int
fetchAndAddOrdered
(int) : int
fetchAndAddRelaxed
(int) : int
fetchAndAddRelease
(int) : int
fetchAndStoreAcquire
(int) : int
fetchAndStoreOrdered
(int) : int
fetchAndStoreRelaxed
(int) : int
fetchAndStoreRelease
(int) : int
isFetchAndAddNative
() : bool
isFetchAndAddWaitFree
() : bool
isFetchAndStoreNative
() : bool
isFetchAndStoreWaitFree
() : bool
isReferenceCountingNative
() : bool
isReferenceCountingWaitFree
() : bool
isTestAndSetNative
() : bool
isTestAndSetWaitFree
() : bool
load
() const : int
loadAcquire
() const : int
ref
() : bool
store
(int)
storeRelease
(int)
testAndSetAcquire
(int, int) : bool
testAndSetOrdered
(int, int) : bool
testAndSetRelaxed
(int, int) : bool
testAndSetRelease
(int, int) : bool
operator=
(const QAtomicInt &) : QAtomicInt &