Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTAtomic.h177 struct AtomicPtrBase struct
179 T* _value;
181 T* Load() const in Load()
189 void Store(const T* val) in Store()
197 T* Exchange(const T* val) in Exchange()
207 T* CompareAndSwap(const T* compareValue, const T* newValue) in CompareAndSwap()
217 T* LoadRelaxed() const in LoadRelaxed()
224 void StoreRelaxed(const T* val) in StoreRelaxed()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTAtomic.h172 struct AtomicPtrBase struct
174 T* _value;
176 T* Load() const in Load()
184 void Store(const T* val) in Store()
192 T* Exchange(const T* val) in Exchange()
207 T* CompareAndSwap(const T* compareValue, const T* newValue) in CompareAndSwap()
222 T* LoadRelaxed() const in LoadRelaxed()
229 void StoreRelaxed(const T* val) in StoreRelaxed()