[*] Default back to zero. Do not throw off other threads if only used once
This commit is contained in:
parent
ab4971ef9c
commit
19224d2eed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user