[*] Add missing reentrantWriteLockHandle in rwlock upgrade

This commit is contained in:
Reece Wilson 2022-02-19 10:25:58 +00:00
parent 0a03613a61
commit 9aa5d9f434

View File

@ -196,7 +196,7 @@ namespace Aurora::Threading::Primitives
}
this->bElevaterPending_ = false;
this->reentrantWriteLockHandle_ = AuThreads::GetThreadId();
this->state_ = -1;
return true;
}