[*] Default back to zero. Do not throw off other threads if only used once

This commit is contained in:
Reece Wilson 2023-08-19 18:39:13 +01:00
parent ab4971ef9c
commit 19224d2eed

View File

@ -10,7 +10,7 @@
namespace Aurora::Threading
{
inline AuUInt32 gHasThreadLocalTimeout {};
inline thread_local AuUInt8 tlSpinCountLocal { 6 };
inline thread_local AuUInt8 tlSpinCountLocal {};
}
namespace Aurora::Threading::Primitives