Files
UnrealEngineUWP/Engine/Source/Runtime/TraceLog
johan berg e9d5c48836 Fix TSAN warning in TraceLog
TSAN cannot reason about reading Cursor of the buffer before writing to EtxOffset, which is what releases the buffer to be reaped and eventually recycled. Read the cursor in atomic manner in order to appease TSAN.

#rb martin.ridgers
#jira UE-214738

[CL 34118491 by johan berg in ue5-main branch]
2024-06-05 04:33:42 -04:00
..