[*] ...yes
This commit is contained in:
parent
125c150fc5
commit
5a9292ad1a
@ -147,7 +147,7 @@ namespace Aurora::Threading::Primitives
|
|||||||
|
|
||||||
AuAtomicSub(&gSpinAdaptiveCurrentCount, 1u);
|
AuAtomicSub(&gSpinAdaptiveCurrentCount, 1u);
|
||||||
}
|
}
|
||||||
else if (uNow <= gSpinAdaptiveThreadCount)
|
else if (uNow <= (gSpinAdaptiveThreadCount / 4 * 3))
|
||||||
{
|
{
|
||||||
auto uCount = (spin) / 3;
|
auto uCount = (spin) / 3;
|
||||||
#if defined(AURORA_ARCH_X64) || defined(AURORA_ARCH_X86)
|
#if defined(AURORA_ARCH_X64) || defined(AURORA_ARCH_X86)
|
||||||
|
Loading…
Reference in New Issue
Block a user