[Threading] Revert sleepdelay0_for_maybeyield back to 0

This commit is contained in:
Gliniak 2022-12-21 20:12:34 +01:00
parent 783845c56e
commit a25ea03a28
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void set_name(const std::string_view name) {
// checked ntoskrnl, it does not modify delay, so we can place this as a
// constant and avoid creating a stack variable
static const LARGE_INTEGER sleepdelay0_for_maybeyield{{~0u, -1}};
static const LARGE_INTEGER sleepdelay0_for_maybeyield{{0LL}};
void MaybeYield() {
#if 0