[*] Added SMT yield down these paths
This commit is contained in:
parent
bf49eb5fdd
commit
17ca7a6bef
@ -233,6 +233,13 @@ namespace Aurora::IO::Loop
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (!uDeltaMs)
|
||||||
|
{
|
||||||
|
if (this->TryTakeSpin())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,6 +145,13 @@ namespace Aurora::IO::Loop
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (!uDeltaMs)
|
||||||
|
{
|
||||||
|
if (this->TryTakeSpin())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,6 +168,13 @@ namespace Aurora::IO::Loop
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (!uDeltaMs)
|
||||||
|
{
|
||||||
|
if (this->TryTakeSpin())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user