[*] Fix TryWaitOnAddressSpecialEx from UntilEqual -> Special update
This commit is contained in:
parent
683e383095
commit
1fa12f141f
@ -1227,7 +1227,7 @@ namespace Aurora::Threading
|
|||||||
{
|
{
|
||||||
return Primitives::DoTryIf([&]()
|
return Primitives::DoTryIf([&]()
|
||||||
{
|
{
|
||||||
if (!WaitBuffer::Compare2<T, true>(pTargetAddress, uWordSize, pCompareAddress))
|
if (WaitBuffer::Compare2<T, true>(pTargetAddress, uWordSize, pCompareAddress))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user