From e2accb900bf5c49125fc231b80832bfa092f34dd Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Wed, 5 Jul 2023 18:25:07 +0100 Subject: [PATCH] [*] Begin work around for use after thread-local free; WaitOnAddress emulation --- Source/Threading/AuWakeOnAddress.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Source/Threading/AuWakeOnAddress.cpp b/Source/Threading/AuWakeOnAddress.cpp index fda913c7..c85bc032 100644 --- a/Source/Threading/AuWakeOnAddress.cpp +++ b/Source/Threading/AuWakeOnAddress.cpp @@ -13,9 +13,15 @@ #endif #include