Ark Server API (ASE) - Wiki
|
This is the complete list of members for FWindowsPlatformAtomics, including all inherited members.
AtomicRead64(volatile const int64 *Src) | FWindowsPlatformAtomics | inlinestatic |
CanUseCompareExchange128() | FGenericPlatformAtomics | inlinestatic |
HandleAtomicsFailure(const TCHAR *InFormat,...) | FWindowsPlatformAtomics | protectedstatic |
InterlockedAdd(volatile int32 *Value, int32 Amount) | FWindowsPlatformAtomics | inlinestatic |
InterlockedAdd(volatile int64 *Value, int64 Amount) | FWindowsPlatformAtomics | inlinestatic |
InterlockedCompareExchange(volatile int32 *Dest, int32 Exchange, int32 Comparand) | FWindowsPlatformAtomics | inlinestatic |
InterlockedCompareExchange(volatile int64 *Dest, int64 Exchange, int64 Comparand) | FWindowsPlatformAtomics | inlinestatic |
InterlockedCompareExchangePointer(void **Dest, void *Exchange, void *Comparand) | FWindowsPlatformAtomics | inlinestatic |
InterlockedDecrement(volatile int32 *Value) | FWindowsPlatformAtomics | inlinestatic |
InterlockedDecrement(volatile int64 *Value) | FWindowsPlatformAtomics | inlinestatic |
InterlockedExchange(volatile int32 *Value, int32 Exchange) | FWindowsPlatformAtomics | inlinestatic |
InterlockedExchange(volatile int64 *Value, int64 Exchange) | FWindowsPlatformAtomics | inlinestatic |
InterlockedExchangePtr(void **Dest, void *Exchange) | FWindowsPlatformAtomics | inlinestatic |
InterlockedIncrement(volatile int32 *Value) | FWindowsPlatformAtomics | inlinestatic |
InterlockedIncrement(volatile int64 *Value) | FWindowsPlatformAtomics | inlinestatic |
IsAligned(const volatile void *Ptr, const uint32 Alignment=sizeof(void *)) | FGenericPlatformAtomics | inlineprotectedstatic |