Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FWindowsPlatformAtomics Member List

This is the complete list of members for FWindowsPlatformAtomics, including all inherited members.

AtomicRead64(volatile const int64 *Src)FWindowsPlatformAtomicsinlinestatic
CanUseCompareExchange128()FGenericPlatformAtomicsinlinestatic
HandleAtomicsFailure(const TCHAR *InFormat,...)FWindowsPlatformAtomicsprotectedstatic
InterlockedAdd(volatile int32 *Value, int32 Amount)FWindowsPlatformAtomicsinlinestatic
InterlockedAdd(volatile int64 *Value, int64 Amount)FWindowsPlatformAtomicsinlinestatic
InterlockedCompareExchange(volatile int32 *Dest, int32 Exchange, int32 Comparand)FWindowsPlatformAtomicsinlinestatic
InterlockedCompareExchange(volatile int64 *Dest, int64 Exchange, int64 Comparand)FWindowsPlatformAtomicsinlinestatic
InterlockedCompareExchangePointer(void **Dest, void *Exchange, void *Comparand)FWindowsPlatformAtomicsinlinestatic
InterlockedDecrement(volatile int32 *Value)FWindowsPlatformAtomicsinlinestatic
InterlockedDecrement(volatile int64 *Value)FWindowsPlatformAtomicsinlinestatic
InterlockedExchange(volatile int32 *Value, int32 Exchange)FWindowsPlatformAtomicsinlinestatic
InterlockedExchange(volatile int64 *Value, int64 Exchange)FWindowsPlatformAtomicsinlinestatic
InterlockedExchangePtr(void **Dest, void *Exchange)FWindowsPlatformAtomicsinlinestatic
InterlockedIncrement(volatile int32 *Value)FWindowsPlatformAtomicsinlinestatic
InterlockedIncrement(volatile int64 *Value)FWindowsPlatformAtomicsinlinestatic
IsAligned(const volatile void *Ptr, const uint32 Alignment=sizeof(void *))FGenericPlatformAtomicsinlineprotectedstatic