[PATCH] msvcp90: Reimplement condition variables on top of RtlWaitOnAddress().

Henri Verbeet hverbeet at gmail.com
Tue Mar 15 09:44:59 CDT 2022


On Mon, 14 Mar 2022 at 19:50, Piotr Caban <piotr.caban at gmail.com> wrote:
> I've sent a set of patches that tries to fix it differently. It's using
> _Condition_variable to implement _Cnd_* functions in msvcp110/msvcp120.
> In msvcp140 CONDITION_VARIABLE and SRWLock is used instead.
>
> It should fix the problem you're describing in msvcp140.
>
And indeed it does. Thanks!



More information about the wine-devel mailing list