UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsThreading.h File Reference
#include "uLang/Common/Common.h"
#include <intrin.h>

Go to the source code of this file.

Namespaces

namespace  uLang
 

Functions

ULANG_FORCEINLINE uint32_t uLang::InterlockedCompareExchange (volatile uint32_t *Value, uint32_t ReplaceWithThis, uint32_t IfEqualToThis)
 
ULANG_FORCEINLINE voiduLang::InterlockedCompareExchange (void *volatile *Value, void *ReplaceWithThis, void *IfEqualToThis)