Home
last modified time | relevance | path

Searched defs:Atomic32Base (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTAtomic.h81 struct Atomic32Base struct
83 T _value;
86 T AddFetch(T sum) in AddFetch()
96 T IncFetch() in IncFetch()
106 T DecFetch() in DecFetch()
115 T Load() const in Load()
123 void Store(T val) in Store()
131 T Exchange(T val) in Exchange()
141 T CompareAndSwap(T compareValue, T newValue) in CompareAndSwap()
151 T LoadRelaxed() const in LoadRelaxed()
[all …]
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTAtomic.h76 struct Atomic32Base struct
78 T _value;
81 T AddFetch(T sum) in AddFetch()
91 T IncFetch() in IncFetch()
101 T DecFetch() in DecFetch()
110 T Load() const in Load()
118 void Store(T val) in Store()
126 T Exchange(T val) in Exchange()
136 T CompareAndSwap(T compareValue, T newValue) in CompareAndSwap()
146 T LoadRelaxed() const in LoadRelaxed()
[all …]