From cf3d4fc00182d34e8e51b066034ac1422dfa280b Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Tue, 23 Jan 2024 18:21:10 +0000 Subject: [PATCH] [*] Amend 4fcdc798 WoA configuration --- Source/Threading/AuWakeOnAddress.hpp | 2 +- Source/Threading/Primitives/AuWoASemaphore.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Threading/AuWakeOnAddress.hpp b/Source/Threading/AuWakeOnAddress.hpp index 8e93897b..bef60f83 100644 --- a/Source/Threading/AuWakeOnAddress.hpp +++ b/Source/Threading/AuWakeOnAddress.hpp @@ -10,8 +10,8 @@ #include "Primitives/AuWoASemaphore.hpp" #include "Primitives/AuConditionMutex.Generic.hpp" -#include "Primitives/AuSemaphore.Generic.hpp" #include "Primitives/AuConditionVariable.Generic.hpp" +#include "Primitives/AuSemaphore.Generic.hpp" namespace Aurora::Threading { diff --git a/Source/Threading/Primitives/AuWoASemaphore.hpp b/Source/Threading/Primitives/AuWoASemaphore.hpp index 9657ff72..9cb7cbf6 100644 --- a/Source/Threading/Primitives/AuWoASemaphore.hpp +++ b/Source/Threading/Primitives/AuWoASemaphore.hpp @@ -24,7 +24,7 @@ #elif defined(AURORA_IS_POSIX_DERIVED) // Probably not worth it? - #define WOA_SEMAPHORE_MODE + //#define WOA_SEMAPHORE_MODE #define WOA_SEMAPHORE_SEMAPHORE Aurora::Threading::Primitives::WoASemaphoreImpl #define WOA_CONDVAR_MUTEX Aurora::Threading::Primitives::WoAConditionMutex